#EEB255

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

Shades of Casablanca #EEB255

Tints of Casablanca #EEB255

Color information

#EEB255 (or 0xEEB255) is unknown color: approx Casablanca. HEX triplet: EE, B2 and 55. RGB value is (238,178,85). Sum of RGB (Red+Green+Blue) = 238+178+85=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB255 is #114DAA. Grayscale: #B9B9B9. Windows color (decimal): -1133995 or 5616366. OLE color: 5616366.

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

Color convert

RGB23817885-
CMYK00.250.640.07
HSL36.47º81.82%63.33%-
HSV(B)36.47º64.29%93.33%-
XYZ52.8250.6715.59-
YUV185.3471.38165.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.50%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=47.50%
G=35.53%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381788500.250.640.0736.4781.8263.33
HexEEB25501940724523f
Octal35626212503110074412277
Binary1110111010110010101010101100110000001111001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB255; }

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

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

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

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

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

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

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

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