Shades of Casablanca #E8AA4C
Tints of Casablanca #E8AA4C
RGB
CMYK
RGB Variations
Color information
#E8AA4C (or 0xE8AA4C) is known color: Casablanca. HEX triplet: E8, AA and 4C. RGB value is (232,170,76). Sum of RGB (Red+Green+Blue) = 232+170+76=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AA4C is #1755B3. Grayscale: #B2B2B2. Windows color (decimal): -1529268 or 5024488. OLE color: 5024488.
HSL color Cylindrical-coordinate representation of color #E8AA4C: hue angle of 36.15º 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 #E8AA4C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 76 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 36.15º | 0.77% | 0.6% | - |
| HSV(B) | 36.15º | 0.67% | 0.91% | - |
| XYZ | 48.96 | 46.43 | 13.22 | - |
| YUV | 177.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 76 | 0 | 0.27 | 0.67 | 0.09 | 36.15 | 0.77 | 0.6 |
| Hex | E8 | AA | 4C | 0 | 1B | 43 | 9 | 24 | 4D | 3C |
| Octal | 350 | 252 | 114 | 0 | 33 | 103 | 11 | 44 | 115 | 74 |
| Binary | 11101000 | 10101010 | 1001100 | 0 | 11011 | 1000011 | 1001 | 100100 | 1001101 | 111100 |
Color Harmonies of #E8AA4C
Complementary color
Monochromatic Colors of #E8AA4C
Black with #E8AA4C
Text Example
Text Example
White with #E8AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA4C; }
p { color: rgb(232,170,76); }
H1.HeaderClassName
{
color: #E8AA4C;
}
.AnyTagClassName
{
color: #E8AA4C;
}
</style>
background-color css
<style>
a { background-color: #E8AA4C; }
a { background-color: rgb(232,170,76); }
div.DivClassName
{
background-color: #E8AA4C;
}
.BgClassName
{
background-color: #E8AA4C;
}
</style>
border-color css
<style>
span { border-color: #E8AA4C; }
span { border-color: rgb(232,170,76); }
td.TdClassName
{
border-color: #E8AA4C;
}
.TagClassName
{
border-color: #E8AA4C;
}
</style>