#EEAF50

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

Shades of Casablanca #EEAF50

Tints of Casablanca #EEAF50

Color information

#EEAF50 (or 0xEEAF50) is unknown color: approx Casablanca. HEX triplet: EE, AF and 50. RGB value is (238,175,80). Sum of RGB (Red+Green+Blue) = 238+175+80=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF50 is #1150AF. Grayscale: #B7B7B7. Windows color (decimal): -1134768 or 5287918. OLE color: 5287918.

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

Color convert

RGB23817580-
CMYK00.260.660.07
HSL36.08º82.29%62.35%-
HSV(B)36.08º66.39%93.33%-
XYZ52.0449.4214.39-
YUV183.0169.87167.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 80 (31.64% from 255) = 16.23%
R=48.28%
G=35.50%
B=16.23%

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
Decimal2381758000.260.660.0736.0882.2962.35
HexEEAF5001A42724523e
Octal35625712003210274412276
Binary1110111010101111101000001101010000101111001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF50; }

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

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

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

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

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

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

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

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