#E8AE4C

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

Shades of Casablanca #E8AE4C

Tints of Casablanca #E8AE4C

Color information

#E8AE4C (or 0xE8AE4C) is unknown color: approx Casablanca. HEX triplet: E8, AE and 4C. RGB value is (232,174,76). Sum of RGB (Red+Green+Blue) = 232+174+76=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AE4C is #1751B3. Grayscale: #B4B4B4. Windows color (decimal): -1528244 or 5025512. OLE color: 5025512.

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

Color convert

RGB23217476-
CMYK00.250.670.09
HSL37.69º77.23%60.39%-
HSV(B)37.69º67.24%90.98%-
XYZ49.7247.9513.47-
YUV180.1769.22164.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 76 (30.08% from 255) = 15.77%
R=48.13%
G=36.10%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321747600.250.670.0937.6977.2360.39
HexE8AE4C019439264d3c
Octal350256114031103114611574
Binary11101000101011101001100011001100001110011001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE4C; }

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

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

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

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

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

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

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

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