#EEB55A

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

Shades of Casablanca #EEB55A

Tints of Casablanca #EEB55A

Color information

#EEB55A (or 0xEEB55A) is unknown color: approx Casablanca. HEX triplet: EE, B5 and 5A. RGB value is (238,181,90). Sum of RGB (Red+Green+Blue) = 238+181+90=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB55A is #114AA5. Grayscale: #BCBCBC. Windows color (decimal): -1133222 or 5944814. OLE color: 5944814.

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

Color convert

RGB23818190-
CMYK00.240.620.07
HSL36.89º81.32%64.31%-
HSV(B)36.89º62.18%93.33%-
XYZ53.6351.9616.88-
YUV187.6772.88163.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=46.76%
G=35.56%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381819000.240.620.0736.8981.3264.31
HexEEB55A0183E7255140
Octal35626513203076745121100
Binary1110111010110101101101001100011111011110010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB55A; }

 p { color: rgb(238,181,90); }

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

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

 a { background-color: rgb(238,181,90); }

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

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

 span { border-color: rgb(238,181,90); }

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