#EEAB52

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

Shades of Casablanca #EEAB52

Tints of Casablanca #EEAB52

Color information

#EEAB52 (or 0xEEAB52) is unknown color: approx Casablanca. HEX triplet: EE, AB and 52. RGB value is (238,171,82). Sum of RGB (Red+Green+Blue) = 238+171+82=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAB52 is #1154AD. Grayscale: #B5B5B5. Windows color (decimal): -1135790 or 5417966. OLE color: 5417966.

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

Color convert

RGB23817182-
CMYK00.280.660.07
HSL34.23º82.11%62.75%-
HSV(B)34.23º65.55%93.33%-
XYZ51.3547.9114.52-
YUV180.8972.2168.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 82 (32.42% from 255) = 16.70%
R=48.47%
G=34.83%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381718200.280.660.0734.2382.1162.75
HexEEAB5201C42722523f
Octal35625312203410274212277
Binary1110111010101011101001001110010000101111000101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB52; }

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

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

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

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

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

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

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

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