Shades of Casablanca #E7A94D
Tints of Casablanca #E7A94D
RGB
CMYK
RGB Variations
Color information
#E7A94D (or 0xE7A94D) is known color: Casablanca. HEX triplet: E7, A9 and 4D. RGB value is (231,169,77). Sum of RGB (Red+Green+Blue) = 231+169+77=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A94D is #1856B2. Grayscale: #B1B1B1. Windows color (decimal): -1595059 or 5089767. OLE color: 5089767.
HSL color Cylindrical-coordinate representation of color #E7A94D: hue angle of 35.84º 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 #E7A94D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 77 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 35.84º | 0.76% | 0.6% | - |
| HSV(B) | 35.84º | 0.67% | 0.91% | - |
| XYZ | 48.48 | 45.9 | 13.33 | - |
| YUV | 177.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 77 | 0 | 0.27 | 0.67 | 0.09 | 35.84 | 0.76 | 0.6 |
| Hex | E7 | A9 | 4D | 0 | 1B | 43 | 9 | 24 | 4C | 3C |
| Octal | 347 | 251 | 115 | 0 | 33 | 103 | 11 | 44 | 114 | 74 |
| Binary | 11100111 | 10101001 | 1001101 | 0 | 11011 | 1000011 | 1001 | 100100 | 1001100 | 111100 |
Color Harmonies of #E7A94D
Complementary color
Monochromatic Colors of #E7A94D
Black with #E7A94D
Text Example
Text Example
White with #E7A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A94D; }
p { color: rgb(231,169,77); }
H1.HeaderClassName
{
color: #E7A94D;
}
.AnyTagClassName
{
color: #E7A94D;
}
</style>
background-color css
<style>
a { background-color: #E7A94D; }
a { background-color: rgb(231,169,77); }
div.DivClassName
{
background-color: #E7A94D;
}
.BgClassName
{
background-color: #E7A94D;
}
</style>
border-color css
<style>
span { border-color: #E7A94D; }
span { border-color: rgb(231,169,77); }
td.TdClassName
{
border-color: #E7A94D;
}
.TagClassName
{
border-color: #E7A94D;
}
</style>