#E8AF55

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

Shades of Casablanca #E8AF55

Tints of Casablanca #E8AF55

Color information

#E8AF55 (or 0xE8AF55) is unknown color: approx Casablanca. HEX triplet: E8, AF and 55. RGB value is (232,175,85). Sum of RGB (Red+Green+Blue) = 232+175+85=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF55 is #1750AA. Grayscale: #B6B6B6. Windows color (decimal): -1527979 or 5615592. OLE color: 5615592.

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

Color convert

RGB23217585-
CMYK00.250.630.09
HSL36.73º76.17%62.16%-
HSV(B)36.73º63.36%90.98%-
XYZ50.2548.4715.3-
YUV181.7873.38163.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=47.15%
G=35.57%
B=17.28%

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
Decimal2321758500.250.630.0936.7376.1762.16
HexE8AF550193F9254c3e
Octal35025712503177114511476
Binary1110100010101111101010101100111111110011001011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF55; }

 p { color: rgb(232,175,85); }

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

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

 a { background-color: rgb(232,175,85); }

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

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

 span { border-color: rgb(232,175,85); }

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