#EAAC59

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

Shades of Casablanca #EAAC59

Tints of Casablanca #EAAC59

Color information

#EAAC59 (or 0xEAAC59) is unknown color: approx Casablanca. HEX triplet: EA, AC and 59. RGB value is (234,172,89). Sum of RGB (Red+Green+Blue) = 234+172+89=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC59 is #1553A6. Grayscale: #B5B5B5. Windows color (decimal): -1397671 or 5876970. OLE color: 5876970.

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

Color convert

RGB23417289-
CMYK00.260.620.08
HSL34.34º77.54%63.33%-
HSV(B)34.34º61.97%91.76%-
XYZ50.4947.7216-
YUV181.0876.04165.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 89 (35.16% from 255) = 17.98%
R=47.27%
G=34.75%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341728900.260.620.0834.3477.5463.33
HexEAAC5901A3E8224e3f
Octal35225413103276104211677
Binary1110101010101100101100101101011111010001000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC59; }

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

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

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

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

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

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

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

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