#EEB955

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

Shades of Ronchi #EEB955

Tints of Ronchi #EEB955

Color information

#EEB955 (or 0xEEB955) is unknown color: approx Ronchi. HEX triplet: EE, B9 and 55. RGB value is (238,185,85). Sum of RGB (Red+Green+Blue) = 238+185+85=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB955 is #1146AA. Grayscale: #BDBDBD. Windows color (decimal): -1132203 or 5618158. OLE color: 5618158.

HSL color Cylindrical-coordinate representation of color #EEB955: hue angle of 39.22º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEB955 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23818585-
CMYK00.220.640.07
HSL39.22º81.82%63.33%-
HSV(B)39.22º64.29%93.33%-
XYZ54.2553.5316.07-
YUV189.4569.06162.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.85%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 85 (33.59% from 255) = 16.73%
R=46.85%
G=36.42%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381858500.220.640.0739.2281.8263.33
HexEEB95501640727523f
Octal35627112502610074712277
Binary1110111010111001101010101011010000001111001111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB955; }

 p { color: rgb(238,185,85); }

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

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

 a { background-color: rgb(238,185,85); }

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

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

 span { border-color: rgb(238,185,85); }

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