#EAAE56

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

Shades of Casablanca #EAAE56

Tints of Casablanca #EAAE56

Color information

#EAAE56 (or 0xEAAE56) is unknown color: approx Casablanca. HEX triplet: EA, AE and 56. RGB value is (234,174,86). Sum of RGB (Red+Green+Blue) = 234+174+86=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE56 is #1551A9. Grayscale: #B6B6B6. Windows color (decimal): -1397162 or 5680874. OLE color: 5680874.

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

Color convert

RGB23417486-
CMYK00.260.630.08
HSL35.68º77.89%62.75%-
HSV(B)35.68º63.25%91.76%-
XYZ50.7548.4415.48-
YUV181.9173.88165.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 86 (33.98% from 255) = 17.41%
R=47.37%
G=35.22%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341748600.260.630.0835.6877.8962.75
HexEAAE5601A3F8244e3f
Octal35225612603277104411677
Binary1110101010101110101011001101011111110001001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE56; }

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

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

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

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

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

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

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

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