#EAAB59

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

Shades of Casablanca #EAAB59

Tints of Casablanca #EAAB59

Color information

#EAAB59 (or 0xEAAB59) is unknown color: approx Casablanca. HEX triplet: EA, AB and 59. RGB value is (234,171,89). Sum of RGB (Red+Green+Blue) = 234+171+89=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB59 is #1554A6. Grayscale: #B4B4B4. Windows color (decimal): -1397927 or 5876714. OLE color: 5876714.

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

Color convert

RGB23417189-
CMYK00.270.620.08
HSL33.93º77.54%63.33%-
HSV(B)33.93º61.97%91.76%-
XYZ50.347.3415.94-
YUV180.4976.37166.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 89 (35.16% from 255) = 18.02%
R=47.37%
G=34.62%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341718900.270.620.0833.9377.5463.33
HexEAAB5901B3E8224e3f
Octal35225313103376104211677
Binary1110101010101011101100101101111111010001000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB59; }

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

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

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

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

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

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

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

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