#EAAF4C

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

Shades of Casablanca #EAAF4C

Tints of Casablanca #EAAF4C

Color information

#EAAF4C (or 0xEAAF4C) is unknown color: approx Casablanca. HEX triplet: EA, AF and 4C. RGB value is (234,175,76). Sum of RGB (Red+Green+Blue) = 234+175+76=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF4C is #1550B3. Grayscale: #B5B5B5. Windows color (decimal): -1396916 or 5025770. OLE color: 5025770.

HSL color Cylindrical-coordinate representation of color #EAAF4C: hue angle of 37.59º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAAF4C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB23417576-
CMYK00.250.680.08
HSL37.59º79%60.78%-
HSV(B)37.59º67.52%91.76%-
XYZ50.5748.6713.57-
YUV181.3568.55165.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 76 (30.08% from 255) = 15.67%
R=48.25%
G=36.08%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341757600.250.680.0837.597960.78
HexEAAF4C019448264f3d
Octal352257114031104104611775
Binary11101010101011111001100011001100010010001001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF4C; }

 p { color: rgb(234,175,76); }

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

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

 a { background-color: rgb(234,175,76); }

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

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

 span { border-color: rgb(234,175,76); }

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