Shades of Casablanca #E7A84C
Tints of Casablanca #E7A84C
RGB
CMYK
RGB Variations
Color information
#E7A84C (or 0xE7A84C) is known color: Casablanca. HEX triplet: E7, A8 and 4C. RGB value is (231,168,76). Sum of RGB (Red+Green+Blue) = 231+168+76=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A84C is #1857B3. Grayscale: #B0B0B0. Windows color (decimal): -1595316 or 5023975. OLE color: 5023975.
HSL color Cylindrical-coordinate representation of color #E7A84C: hue angle of 35.61º degrees, saturation: 0.76, 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 #E7A84C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 76 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 35.61º | 0.76% | 0.6% | - |
| HSV(B) | 35.61º | 0.67% | 0.91% | - |
| XYZ | 48.26 | 45.52 | 13.08 | - |
| YUV | 176.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 76 | 0 | 0.27 | 0.67 | 0.09 | 35.61 | 0.76 | 0.6 |
| Hex | E7 | A8 | 4C | 0 | 1B | 43 | 9 | 24 | 4C | 3C |
| Octal | 347 | 250 | 114 | 0 | 33 | 103 | 11 | 44 | 114 | 74 |
| Binary | 11100111 | 10101000 | 1001100 | 0 | 11011 | 1000011 | 1001 | 100100 | 1001100 | 111100 |
Color Harmonies of #E7A84C
Complementary color
Monochromatic Colors of #E7A84C
Black with #E7A84C
Text Example
Text Example
White with #E7A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A84C; }
p { color: rgb(231,168,76); }
H1.HeaderClassName
{
color: #E7A84C;
}
.AnyTagClassName
{
color: #E7A84C;
}
</style>
background-color css
<style>
a { background-color: #E7A84C; }
a { background-color: rgb(231,168,76); }
div.DivClassName
{
background-color: #E7A84C;
}
.BgClassName
{
background-color: #E7A84C;
}
</style>
border-color css
<style>
span { border-color: #E7A84C; }
span { border-color: rgb(231,168,76); }
td.TdClassName
{
border-color: #E7A84C;
}
.TagClassName
{
border-color: #E7A84C;
}
</style>