#EAA959

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

Shades of Casablanca #EAA959

Tints of Casablanca #EAA959

Color information

#EAA959 (or 0xEAA959) is unknown color: approx Casablanca. HEX triplet: EA, A9 and 59. RGB value is (234,169,89). Sum of RGB (Red+Green+Blue) = 234+169+89=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA959 is #1556A6. Grayscale: #B3B3B3. Windows color (decimal): -1398439 or 5876202. OLE color: 5876202.

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

Color convert

RGB23416989-
CMYK00.280.620.08
HSL33.1º77.54%63.33%-
HSV(B)33.1º61.97%91.76%-
XYZ49.9246.5915.81-
YUV179.3277.03167-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 89 (35.16% from 255) = 18.09%
R=47.56%
G=34.35%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341698900.280.620.0833.177.5463.33
HexEAA95901C3E8214e3f
Octal35225113103476104111677
Binary1110101010101001101100101110011111010001000011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA959; }

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

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

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

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

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

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

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

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