#E8AC55

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

Shades of Casablanca #E8AC55

Tints of Casablanca #E8AC55

Color information

#E8AC55 (or 0xE8AC55) is unknown color: approx Casablanca. HEX triplet: E8, AC and 55. RGB value is (232,172,85). Sum of RGB (Red+Green+Blue) = 232+172+85=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC55 is #1753AA. Grayscale: #B4B4B4. Windows color (decimal): -1528747 or 5614824. OLE color: 5614824.

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

Color convert

RGB23217285-
CMYK00.260.630.09
HSL35.51º76.17%62.16%-
HSV(B)35.51º63.36%90.98%-
XYZ49.6747.3215.11-
YUV180.0274.38165.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 85 (33.59% from 255) = 17.38%
R=47.44%
G=35.17%
B=17.38%

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
Decimal2321728500.260.630.0935.5176.1762.16
HexE8AC5501A3F9244c3e
Octal35025412503277114411476
Binary1110100010101100101010101101011111110011001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC55; }

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

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

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

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

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

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

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

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