#EEAF4D

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

Shades of Casablanca #EEAF4D

Tints of Casablanca #EEAF4D

Color information

#EEAF4D (or 0xEEAF4D) is unknown color: approx Casablanca. HEX triplet: EE, AF and 4D. RGB value is (238,175,77). Sum of RGB (Red+Green+Blue) = 238+175+77=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF4D is #1150B2. Grayscale: #B7B7B7. Windows color (decimal): -1134771 or 5091310. OLE color: 5091310.

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

Color convert

RGB23817577-
CMYK00.260.680.07
HSL36.52º82.56%61.76%-
HSV(B)36.52º67.65%93.33%-
XYZ51.9349.3713.81-
YUV182.6668.37167.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.57%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 15.71%
R=48.57%
G=35.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381757700.260.680.0736.5282.5661.76
HexEEAF4D01A44725533e
Octal35625711503210474512376
Binary1110111010101111100110101101010001001111001011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF4D; }

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

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

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

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

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

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

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

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