Shades of Casablanca #E7A84D
Tints of Casablanca #E7A84D
RGB
CMYK
RGB Variations
Color information
#E7A84D (or 0xE7A84D) is known color: Casablanca. HEX triplet: E7, A8 and 4D. RGB value is (231,168,77). Sum of RGB (Red+Green+Blue) = 231+168+77=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A84D is #1857B2. Grayscale: #B0B0B0. Windows color (decimal): -1595315 or 5089511. OLE color: 5089511.
HSL color Cylindrical-coordinate representation of color #E7A84D: hue angle of 35.45º 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 #E7A84D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 77 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 35.45º | 0.76% | 0.6% | - |
| HSV(B) | 35.45º | 0.67% | 0.91% | - |
| XYZ | 48.3 | 45.53 | 13.26 | - |
| YUV | 176.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 77 | 0 | 0.27 | 0.67 | 0.09 | 35.45 | 0.76 | 0.6 |
| Hex | E7 | A8 | 4D | 0 | 1B | 43 | 9 | 23 | 4C | 3C |
| Octal | 347 | 250 | 115 | 0 | 33 | 103 | 11 | 43 | 114 | 74 |
| Binary | 11100111 | 10101000 | 1001101 | 0 | 11011 | 1000011 | 1001 | 100011 | 1001100 | 111100 |
Color Harmonies of #E7A84D
Complementary color
Monochromatic Colors of #E7A84D
Black with #E7A84D
Text Example
Text Example
White with #E7A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A84D; }
p { color: rgb(231,168,77); }
H1.HeaderClassName
{
color: #E7A84D;
}
.AnyTagClassName
{
color: #E7A84D;
}
</style>
background-color css
<style>
a { background-color: #E7A84D; }
a { background-color: rgb(231,168,77); }
div.DivClassName
{
background-color: #E7A84D;
}
.BgClassName
{
background-color: #E7A84D;
}
</style>
border-color css
<style>
span { border-color: #E7A84D; }
span { border-color: rgb(231,168,77); }
td.TdClassName
{
border-color: #E7A84D;
}
.TagClassName
{
border-color: #E7A84D;
}
</style>