Shades of Casablanca #E8AC4C
Tints of Casablanca #E8AC4C
RGB
CMYK
RGB Variations
Color information
#E8AC4C (or 0xE8AC4C) is known color: Casablanca. HEX triplet: E8, AC and 4C. RGB value is (232,172,76). Sum of RGB (Red+Green+Blue) = 232+172+76=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AC4C is #1753B3. Grayscale: #B3B3B3. Windows color (decimal): -1528756 or 5025000. OLE color: 5025000.
HSL color Cylindrical-coordinate representation of color #E8AC4C: hue angle of 36.92º 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 #E8AC4C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 76 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.09 |
| HSL | 36.92º | 0.77% | 0.6% | - |
| HSV(B) | 36.92º | 0.67% | 0.91% | - |
| XYZ | 49.34 | 47.18 | 13.34 | - |
| YUV | 179 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 76 | 0 | 0.26 | 0.67 | 0.09 | 36.92 | 0.77 | 0.6 |
| Hex | E8 | AC | 4C | 0 | 1A | 43 | 9 | 25 | 4D | 3C |
| Octal | 350 | 254 | 114 | 0 | 32 | 103 | 11 | 45 | 115 | 74 |
| Binary | 11101000 | 10101100 | 1001100 | 0 | 11010 | 1000011 | 1001 | 100101 | 1001101 | 111100 |
Color Harmonies of #E8AC4C
Complementary color
Monochromatic Colors of #E8AC4C
Black with #E8AC4C
Text Example
Text Example
White with #E8AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC4C; }
p { color: rgb(232,172,76); }
H1.HeaderClassName
{
color: #E8AC4C;
}
.AnyTagClassName
{
color: #E8AC4C;
}
</style>
background-color css
<style>
a { background-color: #E8AC4C; }
a { background-color: rgb(232,172,76); }
div.DivClassName
{
background-color: #E8AC4C;
}
.BgClassName
{
background-color: #E8AC4C;
}
</style>
border-color css
<style>
span { border-color: #E8AC4C; }
span { border-color: rgb(232,172,76); }
td.TdClassName
{
border-color: #E8AC4C;
}
.TagClassName
{
border-color: #E8AC4C;
}
</style>