#EAAB49

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

Shades of Casablanca #EAAB49

Tints of Casablanca #EAAB49

Color information

#EAAB49 (or 0xEAAB49) is unknown color: approx Casablanca. HEX triplet: EA, AB and 49. RGB value is (234,171,73). Sum of RGB (Red+Green+Blue) = 234+171+73=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB49 is #1554B6. Grayscale: #B3B3B3. Windows color (decimal): -1397943 or 4828138. OLE color: 4828138.

HSL color Cylindrical-coordinate representation of color #EAAB49: hue angle of 36.52º 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 #EAAB49 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23417173-
CMYK00.270.690.08
HSL36.52º79.31%60.2%-
HSV(B)36.52º68.8%91.76%-
XYZ49.747.112.78-
YUV178.6668.37167.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 73 (28.91% from 255) = 15.27%
R=48.95%
G=35.77%
B=15.27%

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
Decimal2341717300.270.690.0836.5279.3160.2
HexEAAB4901B458254f3c
Octal352253111033105104511774
Binary11101010101010111001001011011100010110001001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB49; }

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

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

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

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

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

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

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

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