#e8ac54

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

Shades of Casablanca #E8AC54

Tints of Casablanca #E8AC54

Color information

#E8AC54 (or 0xE8AC54) is unknown color: approx Casablanca. HEX triplet: E8, AC and 54. RGB value is (232,172,84). Sum of RGB (Red+Green+Blue) = 232+172+84=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC54 is #1753AB. Grayscale: #B4B4B4. Windows color (decimal): -1528748 or 5549288. OLE color: 5549288.

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

Color convert

RGB23217284-
CMYK00.260.640.09
HSL35.68º76.29%61.96%-
HSV(B)35.68º63.79%90.98%-
XYZ49.6347.314.9-
YUV179.9173.88165.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.54%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 84 (33.20% from 255) = 17.21%
R=47.54%
G=35.25%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321728400.260.640.0935.6876.2961.96
HexE8AC5401A409244c3e
Octal350254124032100114411476
Binary11101000101011001010100011010100000010011001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8ac54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8ac54; }

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

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

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

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

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

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

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

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