#E8AE5A

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

Shades of Casablanca #E8AE5A

Tints of Casablanca #E8AE5A

Color information

#E8AE5A (or 0xE8AE5A) is unknown color: approx Casablanca. HEX triplet: E8, AE and 5A. RGB value is (232,174,90). Sum of RGB (Red+Green+Blue) = 232+174+90=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AE5A is #1751A5. Grayscale: #B6B6B6. Windows color (decimal): -1528230 or 5943016. OLE color: 5943016.

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

Color convert

RGB23217490-
CMYK00.250.610.09
HSL35.49º75.53%63.14%-
HSV(B)35.49º61.21%90.98%-
XYZ50.2648.1716.32-
YUV181.7776.22163.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=46.77%
G=35.08%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321749000.250.610.0935.4975.5363.14
HexE8AE5A0193D9234c3f
Octal35025613203175114311477
Binary1110100010101110101101001100111110110011000111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE5A; }

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

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

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

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

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

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

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

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