#E8AA5A

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

Shades of Casablanca #E8AA5A

Tints of Casablanca #E8AA5A

Color information

#E8AA5A (or 0xE8AA5A) is unknown color: approx Casablanca. HEX triplet: E8, AA and 5A. RGB value is (232,170,90). Sum of RGB (Red+Green+Blue) = 232+170+90=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AA5A is #1755A5. Grayscale: #B3B3B3. Windows color (decimal): -1529254 or 5941992. OLE color: 5941992.

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

Color convert

RGB23217090-
CMYK00.270.610.09
HSL33.8º75.53%63.14%-
HSV(B)33.8º61.21%90.98%-
XYZ49.546.6416.07-
YUV179.4277.54165.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=47.15%
G=34.55%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321709000.270.610.0933.875.5363.14
HexE8AA5A01B3D9224c3f
Octal35025213203375114211477
Binary1110100010101010101101001101111110110011000101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AA5A; }

 p { color: rgb(232,170,90); }

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

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

 a { background-color: rgb(232,170,90); }

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

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

 span { border-color: rgb(232,170,90); }

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