#EEB155

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

Shades of Casablanca #EEB155

Tints of Casablanca #EEB155

Color information

#EEB155 (or 0xEEB155) is unknown color: approx Casablanca. HEX triplet: EE, B1 and 55. RGB value is (238,177,85). Sum of RGB (Red+Green+Blue) = 238+177+85=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB155 is #114EAA. Grayscale: #B9B9B9. Windows color (decimal): -1134251 or 5616110. OLE color: 5616110.

HSL color Cylindrical-coordinate representation of color #EEB155: hue angle of 36.08º 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 #EEB155 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23817785-
CMYK00.260.640.07
HSL36.08º81.82%63.33%-
HSV(B)36.08º64.29%93.33%-
XYZ52.6250.2815.53-
YUV184.7571.71165.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.6%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 85 (33.59% from 255) = 17%
R=47.6%
G=35.4%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381778500.260.640.0736.0881.8263.33
HexEEB15501A40724523f
Octal35626112503210074412277
Binary1110111010110001101010101101010000001111001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB155; }

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

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

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

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

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

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

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

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