Shades of Casablanca #E8AA4A
Tints of Casablanca #E8AA4A
RGB
CMYK
RGB Variations
Color information
#E8AA4A (or 0xE8AA4A) is known color: Casablanca. HEX triplet: E8, AA and 4A. RGB value is (232,170,74). Sum of RGB (Red+Green+Blue) = 232+170+74=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AA4A is #1755B5. Grayscale: #B2B2B2. Windows color (decimal): -1529270 or 4893416. OLE color: 4893416.
HSL color Cylindrical-coordinate representation of color #E8AA4A: hue angle of 36.46º 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 #E8AA4A is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 74 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.09 |
| HSL | 36.46º | 0.77% | 0.6% | - |
| HSV(B) | 36.46º | 0.68% | 0.91% | - |
| XYZ | 48.89 | 46.4 | 12.86 | - |
| YUV | 177.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 74 | 0 | 0.27 | 0.68 | 0.09 | 36.46 | 0.77 | 0.6 |
| Hex | E8 | AA | 4A | 0 | 1B | 44 | 9 | 24 | 4D | 3C |
| Octal | 350 | 252 | 112 | 0 | 33 | 104 | 11 | 44 | 115 | 74 |
| Binary | 11101000 | 10101010 | 1001010 | 0 | 11011 | 1000100 | 1001 | 100100 | 1001101 | 111100 |
Color Harmonies of #E8AA4A
Complementary color
Monochromatic Colors of #E8AA4A
Black with #E8AA4A
Text Example
Text Example
White with #E8AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA4A; }
p { color: rgb(232,170,74); }
H1.HeaderClassName
{
color: #E8AA4A;
}
.AnyTagClassName
{
color: #E8AA4A;
}
</style>
background-color css
<style>
a { background-color: #E8AA4A; }
a { background-color: rgb(232,170,74); }
div.DivClassName
{
background-color: #E8AA4A;
}
.BgClassName
{
background-color: #E8AA4A;
}
</style>
border-color css
<style>
span { border-color: #E8AA4A; }
span { border-color: rgb(232,170,74); }
td.TdClassName
{
border-color: #E8AA4A;
}
.TagClassName
{
border-color: #E8AA4A;
}
</style>