#E8AE4B

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

Shades of Casablanca #E8AE4B

Tints of Casablanca #E8AE4B

Color information

#E8AE4B (or 0xE8AE4B) is unknown color: approx Casablanca. HEX triplet: E8, AE and 4B. RGB value is (232,174,75). Sum of RGB (Red+Green+Blue) = 232+174+75=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AE4B is #1751B4. Grayscale: #B4B4B4. Windows color (decimal): -1528245 or 4959976. OLE color: 4959976.

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

Color convert

RGB23217475-
CMYK00.250.680.09
HSL37.83º77.34%60.2%-
HSV(B)37.83º67.67%90.98%-
XYZ49.6847.9413.29-
YUV180.0668.72165.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 75 (29.69% from 255) = 15.59%
R=48.23%
G=36.17%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321747500.250.680.0937.8377.3460.2
HexE8AE4B019449264d3c
Octal350256113031104114611574
Binary11101000101011101001011011001100010010011001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE4B; }

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

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

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

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

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

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

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

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