#EAAD59

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

Shades of Casablanca #EAAD59

Tints of Casablanca #EAAD59

Color information

#EAAD59 (or 0xEAAD59) is unknown color: approx Casablanca. HEX triplet: EA, AD and 59. RGB value is (234,173,89). Sum of RGB (Red+Green+Blue) = 234+173+89=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD59 is #1552A6. Grayscale: #B6B6B6. Windows color (decimal): -1397415 or 5877226. OLE color: 5877226.

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

Color convert

RGB23417389-
CMYK00.260.620.08
HSL34.76º77.54%63.33%-
HSV(B)34.76º61.97%91.76%-
XYZ50.6848.116.06-
YUV181.6675.71165.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 89 (35.16% from 255) = 17.94%
R=47.18%
G=34.88%
B=17.94%

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
Decimal2341738900.260.620.0834.7677.5463.33
HexEAAD5901A3E8234e3f
Octal35225513103276104311677
Binary1110101010101101101100101101011111010001000111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD59; }

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

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

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

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

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

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

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

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