Shades of Casablanca #E7A64B
Tints of Casablanca #E7A64B
RGB
CMYK
RGB Variations
Color information
#E7A64B (or 0xE7A64B) is known color: Casablanca. HEX triplet: E7, A6 and 4B. RGB value is (231,166,75). Sum of RGB (Red+Green+Blue) = 231+166+75=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A64B is #1859B4. Grayscale: #AFAFAF. Windows color (decimal): -1595829 or 4957927. OLE color: 4957927.
HSL color Cylindrical-coordinate representation of color #E7A64B: hue angle of 35º degrees, saturation: 0.76, 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 #E7A64B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 75 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.09 |
| HSL | 35º | 0.76% | 0.6% | - |
| HSV(B) | 35º | 0.68% | 0.91% | - |
| XYZ | 47.86 | 44.77 | 12.78 | - |
| YUV | 175.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 75 | 0 | 0.28 | 0.68 | 0.09 | 35 | 0.76 | 0.6 |
| Hex | E7 | A6 | 4B | 0 | 1C | 44 | 9 | 23 | 4C | 3C |
| Octal | 347 | 246 | 113 | 0 | 34 | 104 | 11 | 43 | 114 | 74 |
| Binary | 11100111 | 10100110 | 1001011 | 0 | 11100 | 1000100 | 1001 | 100011 | 1001100 | 111100 |
Color Harmonies of #E7A64B
Complementary color
Monochromatic Colors of #E7A64B
Black with #E7A64B
Text Example
Text Example
White with #E7A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A64B; }
p { color: rgb(231,166,75); }
H1.HeaderClassName
{
color: #E7A64B;
}
.AnyTagClassName
{
color: #E7A64B;
}
</style>
background-color css
<style>
a { background-color: #E7A64B; }
a { background-color: rgb(231,166,75); }
div.DivClassName
{
background-color: #E7A64B;
}
.BgClassName
{
background-color: #E7A64B;
}
</style>
border-color css
<style>
span { border-color: #E7A64B; }
span { border-color: rgb(231,166,75); }
td.TdClassName
{
border-color: #E7A64B;
}
.TagClassName
{
border-color: #E7A64B;
}
</style>