#EEAF52

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

Shades of Casablanca #EEAF52

Tints of Casablanca #EEAF52

Color information

#EEAF52 (or 0xEEAF52) is unknown color: approx Casablanca. HEX triplet: EE, AF and 52. RGB value is (238,175,82). Sum of RGB (Red+Green+Blue) = 238+175+82=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF52 is #1150AD. Grayscale: #B7B7B7. Windows color (decimal): -1134766 or 5418990. OLE color: 5418990.

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

Color convert

RGB23817582-
CMYK00.260.660.07
HSL35.77º82.11%62.75%-
HSV(B)35.77º65.55%93.33%-
XYZ52.1149.4514.78-
YUV183.2470.87167.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.08%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 82 (32.42% from 255) = 16.57%
R=48.08%
G=35.35%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381758200.260.660.0735.7782.1162.75
HexEEAF5201A42724523f
Octal35625712203210274412277
Binary1110111010101111101001001101010000101111001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF52; }

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

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

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

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

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

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

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

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