#EAAB56

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

Shades of Casablanca #EAAB56

Tints of Casablanca #EAAB56

Color information

#EAAB56 (or 0xEAAB56) is unknown color: approx Casablanca. HEX triplet: EA, AB and 56. RGB value is (234,171,86). Sum of RGB (Red+Green+Blue) = 234+171+86=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB56 is #1554A9. Grayscale: #B4B4B4. Windows color (decimal): -1397930 or 5680106. OLE color: 5680106.

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

Color convert

RGB23417186-
CMYK00.270.630.08
HSL34.46º77.89%62.75%-
HSV(B)34.46º63.25%91.76%-
XYZ50.1747.2915.29-
YUV180.1574.87166.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 86 (33.98% from 255) = 17.52%
R=47.66%
G=34.83%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341718600.270.630.0834.4677.8962.75
HexEAAB5601B3F8224e3f
Octal35225312603377104211677
Binary1110101010101011101011001101111111110001000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB56; }

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

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

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

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

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

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

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

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