Shades of Casablanca #E8AC4F
Tints of Casablanca #E8AC4F
RGB
CMYK
RGB Variations
Color information
#E8AC4F (or 0xE8AC4F) is known color: Casablanca. HEX triplet: E8, AC and 4F. RGB value is (232,172,79). Sum of RGB (Red+Green+Blue) = 232+172+79=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC4F is #1753B0. Grayscale: #B3B3B3. Windows color (decimal): -1528753 or 5221608. OLE color: 5221608.
HSL color Cylindrical-coordinate representation of color #E8AC4F: hue angle of 36.47º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8AC4F is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 79 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.09 |
| HSL | 36.47º | 0.77% | 0.61% | - |
| HSV(B) | 36.47º | 0.66% | 0.91% | - |
| XYZ | 49.44 | 47.23 | 13.91 | - |
| YUV | 179.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 79 | 0 | 0.26 | 0.66 | 0.09 | 36.47 | 0.77 | 0.61 |
| Hex | E8 | AC | 4F | 0 | 1A | 42 | 9 | 24 | 4D | 3D |
| Octal | 350 | 254 | 117 | 0 | 32 | 102 | 11 | 44 | 115 | 75 |
| Binary | 11101000 | 10101100 | 1001111 | 0 | 11010 | 1000010 | 1001 | 100100 | 1001101 | 111101 |
Color Harmonies of #E8AC4F
Complementary color
Monochromatic Colors of #E8AC4F
Black with #E8AC4F
Text Example
Text Example
White with #E8AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC4F; }
p { color: rgb(232,172,79); }
H1.HeaderClassName
{
color: #E8AC4F;
}
.AnyTagClassName
{
color: #E8AC4F;
}
</style>
background-color css
<style>
a { background-color: #E8AC4F; }
a { background-color: rgb(232,172,79); }
div.DivClassName
{
background-color: #E8AC4F;
}
.BgClassName
{
background-color: #E8AC4F;
}
</style>
border-color css
<style>
span { border-color: #E8AC4F; }
span { border-color: rgb(232,172,79); }
td.TdClassName
{
border-color: #E8AC4F;
}
.TagClassName
{
border-color: #E8AC4F;
}
</style>