#E6B65A

Color #E6B65A Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #E6B65A

Tints of Ronchi #E6B65A

Color information

#E6B65A (or 0xE6B65A) is unknown color: approx Ronchi. HEX triplet: E6, B6 and 5A. RGB value is (230,182,90). Sum of RGB (Red+Green+Blue) = 230+182+90=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B65A is #1949A5. Grayscale: #BABABA. Windows color (decimal): -1657254 or 5945062. OLE color: 5945062.

HSL color Cylindrical-coordinate representation of color #E6B65A: hue angle of 39.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6B65A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB23018290-
CMYK00.210.610.10
HSL39.43º73.68%62.75%-
HSV(B)39.43º60.87%90.2%-
XYZ51.2151.0216.82-
YUV185.8673.9159.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.82%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 90 (35.55% from 255) = 17.93%
R=45.82%
G=36.25%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301829000.210.610.1039.4373.6862.75
HexE6B65A0153DA274a3f
Octal34626613202575124711277
Binary1110011010110110101101001010111110110101001111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B65A; }

 p { color: rgb(230,182,90); }

 H1.HeaderClassName
 {
   color: #E6B65A;
 }
 .AnyTagClassName
 {
   color: #E6B65A;
 }
</style>
background-color css

<style>
 a { background-color: #E6B65A; }

 a { background-color: rgb(230,182,90); }

 div.DivClassName
 {
   background-color: #E6B65A;
 }
 .BgClassName
 {
   background-color: #E6B65A;
 }
</style>
border-color css

<style>
 span { border-color: #E6B65A; }

 span { border-color: rgb(230,182,90); }

 td.TdClassName
 {
   border-color: #E6B65A;
 }
 .TagClassName
 {
   border-color: #E6B65A;
 }
</style>