#EEB85B

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

Shades of Ronchi #EEB85B

Tints of Ronchi #EEB85B

Color information

#EEB85B (or 0xEEB85B) is unknown color: approx Ronchi. HEX triplet: EE, B8 and 5B. RGB value is (238,184,91). Sum of RGB (Red+Green+Blue) = 238+184+91=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB85B is #1147A4. Grayscale: #BDBDBD. Windows color (decimal): -1132453 or 6011118. OLE color: 6011118.

HSL color Cylindrical-coordinate representation of color #EEB85B: hue angle of 37.96º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEB85B is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23818491-
CMYK00.230.620.07
HSL37.96º81.22%64.51%-
HSV(B)37.96º61.76%93.33%-
XYZ54.2953.2117.31-
YUV189.5472.39162.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.39%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 91 (35.94% from 255) = 17.74%
R=46.39%
G=35.87%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381849100.230.620.0737.9681.2264.51
HexEEB85B0173E7265141
Octal35627013302776746121101
Binary1110111010111000101101101011111111011110011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB85B; }

 p { color: rgb(238,184,91); }

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

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

 a { background-color: rgb(238,184,91); }

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

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

 span { border-color: rgb(238,184,91); }

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