#EAAA49

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

Shades of Casablanca #EAAA49

Tints of Casablanca #EAAA49

Color information

#EAAA49 (or 0xEAAA49) is unknown color: approx Casablanca. HEX triplet: EA, AA and 49. RGB value is (234,170,73). Sum of RGB (Red+Green+Blue) = 234+170+73=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA49 is #1555B6. Grayscale: #B2B2B2. Windows color (decimal): -1398199 or 4827882. OLE color: 4827882.

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

Color convert

RGB23417073-
CMYK00.270.690.08
HSL36.15º79.31%60.2%-
HSV(B)36.15º68.8%91.76%-
XYZ49.5146.7212.71-
YUV178.0868.7167.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 73 (28.91% from 255) = 15.30%
R=49.06%
G=35.64%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341707300.270.690.0836.1579.3160.2
HexEAAA4901B458244f3c
Octal352252111033105104411774
Binary11101010101010101001001011011100010110001001001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA49; }

 p { color: rgb(234,170,73); }

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

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

 a { background-color: rgb(234,170,73); }

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

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

 span { border-color: rgb(234,170,73); }

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