Shades of Casablanca #E8AB4C
Tints of Casablanca #E8AB4C
RGB
CMYK
RGB Variations
Color information
#E8AB4C (or 0xE8AB4C) is known color: Casablanca. HEX triplet: E8, AB and 4C. RGB value is (232,171,76). Sum of RGB (Red+Green+Blue) = 232+171+76=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AB4C is #1754B3. Grayscale: #B2B2B2. Windows color (decimal): -1529012 or 5024744. OLE color: 5024744.
HSL color Cylindrical-coordinate representation of color #E8AB4C: hue angle of 36.54º 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 #E8AB4C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 76 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.09 |
| HSL | 36.54º | 0.77% | 0.6% | - |
| HSV(B) | 36.54º | 0.67% | 0.91% | - |
| XYZ | 49.15 | 46.8 | 13.28 | - |
| YUV | 178.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 76 | 0 | 0.26 | 0.67 | 0.09 | 36.54 | 0.77 | 0.6 |
| Hex | E8 | AB | 4C | 0 | 1A | 43 | 9 | 25 | 4D | 3C |
| Octal | 350 | 253 | 114 | 0 | 32 | 103 | 11 | 45 | 115 | 74 |
| Binary | 11101000 | 10101011 | 1001100 | 0 | 11010 | 1000011 | 1001 | 100101 | 1001101 | 111100 |
Color Harmonies of #E8AB4C
Complementary color
Monochromatic Colors of #E8AB4C
Black with #E8AB4C
Text Example
Text Example
White with #E8AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB4C; }
p { color: rgb(232,171,76); }
H1.HeaderClassName
{
color: #E8AB4C;
}
.AnyTagClassName
{
color: #E8AB4C;
}
</style>
background-color css
<style>
a { background-color: #E8AB4C; }
a { background-color: rgb(232,171,76); }
div.DivClassName
{
background-color: #E8AB4C;
}
.BgClassName
{
background-color: #E8AB4C;
}
</style>
border-color css
<style>
span { border-color: #E8AB4C; }
span { border-color: rgb(232,171,76); }
td.TdClassName
{
border-color: #E8AB4C;
}
.TagClassName
{
border-color: #E8AB4C;
}
</style>