#E9AF56

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

Shades of Casablanca #E9AF56

Tints of Casablanca #E9AF56

Color information

#E9AF56 (or 0xE9AF56) is unknown color: approx Casablanca. HEX triplet: E9, AF and 56. RGB value is (233,175,86). Sum of RGB (Red+Green+Blue) = 233+175+86=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF56 is #1650A9. Grayscale: #B6B6B6. Windows color (decimal): -1462442 or 5681129. OLE color: 5681129.

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

Color convert

RGB23317586-
CMYK00.250.630.09
HSL36.33º76.96%62.55%-
HSV(B)36.33º63.09%91.37%-
XYZ50.6148.6615.53-
YUV182.273.72164.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 86 (33.98% from 255) = 17.41%
R=47.17%
G=35.43%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331758600.250.630.0936.3376.9662.55
HexE9AF560193F9244d3f
Octal35125712603177114411577
Binary1110100110101111101011001100111111110011001001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF56; }

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

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

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

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

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

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

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

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