#E9AC56

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

Shades of Casablanca #E9AC56

Tints of Casablanca #E9AC56

Color information

#E9AC56 (or 0xE9AC56) is unknown color: approx Casablanca. HEX triplet: E9, AC and 56. RGB value is (233,172,86). Sum of RGB (Red+Green+Blue) = 233+172+86=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AC56 is #1653A9. Grayscale: #B4B4B4. Windows color (decimal): -1463210 or 5680361. OLE color: 5680361.

HSL color Cylindrical-coordinate representation of color #E9AC56: hue angle of 35.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9AC56 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB23317286-
CMYK00.260.630.09
HSL35.1º76.96%62.55%-
HSV(B)35.1º63.09%91.37%-
XYZ50.0447.515.34-
YUV180.4474.71165.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 86 (33.98% from 255) = 17.52%
R=47.45%
G=35.03%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331728600.260.630.0935.176.9662.55
HexE9AC5601A3F9234d3f
Octal35125412603277114311577
Binary1110100110101100101011001101011111110011000111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AC56; }

 p { color: rgb(233,172,86); }

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

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

 a { background-color: rgb(233,172,86); }

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

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

 span { border-color: rgb(233,172,86); }

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