#EEAB4A

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

Shades of Casablanca #EEAB4A

Tints of Casablanca #EEAB4A

Color information

#EEAB4A (or 0xEEAB4A) is unknown color: approx Casablanca. HEX triplet: EE, AB and 4A. RGB value is (238,171,74). Sum of RGB (Red+Green+Blue) = 238+171+74=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB4A is #1154B5. Grayscale: #B4B4B4. Windows color (decimal): -1135798 or 4893678. OLE color: 4893678.

HSL color Cylindrical-coordinate representation of color #EEAB4A: hue angle of 35.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEAB4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23817174-
CMYK00.280.690.07
HSL35.49º82.83%61.18%-
HSV(B)35.49º68.91%93.33%-
XYZ51.0647.813.01-
YUV179.9868.2169.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 74 (29.30% from 255) = 15.32%
R=49.28%
G=35.40%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381717400.280.690.0735.4982.8361.18
HexEEAB4A01C45723533d
Octal35625311203410574312375
Binary1110111010101011100101001110010001011111000111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB4A; }

 p { color: rgb(238,171,74); }

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

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

 a { background-color: rgb(238,171,74); }

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

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

 span { border-color: rgb(238,171,74); }

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