Shades of Casablanca #E7A94C
Tints of Casablanca #E7A94C
RGB
CMYK
RGB Variations
Color information
#E7A94C (or 0xE7A94C) is known color: Casablanca. HEX triplet: E7, A9 and 4C. RGB value is (231,169,76). Sum of RGB (Red+Green+Blue) = 231+169+76=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A94C is #1856B3. Grayscale: #B1B1B1. Windows color (decimal): -1595060 or 5024231. OLE color: 5024231.
HSL color Cylindrical-coordinate representation of color #E7A94C: hue angle of 36º 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 #E7A94C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 76 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 36º | 0.76% | 0.6% | - |
| HSV(B) | 36º | 0.67% | 0.91% | - |
| XYZ | 48.45 | 45.89 | 13.14 | - |
| YUV | 176.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 76 | 0 | 0.27 | 0.67 | 0.09 | 36 | 0.76 | 0.6 |
| Hex | E7 | A9 | 4C | 0 | 1B | 43 | 9 | 24 | 4C | 3C |
| Octal | 347 | 251 | 114 | 0 | 33 | 103 | 11 | 44 | 114 | 74 |
| Binary | 11100111 | 10101001 | 1001100 | 0 | 11011 | 1000011 | 1001 | 100100 | 1001100 | 111100 |
Color Harmonies of #E7A94C
Complementary color
Monochromatic Colors of #E7A94C
Black with #E7A94C
Text Example
Text Example
White with #E7A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A94C; }
p { color: rgb(231,169,76); }
H1.HeaderClassName
{
color: #E7A94C;
}
.AnyTagClassName
{
color: #E7A94C;
}
</style>
background-color css
<style>
a { background-color: #E7A94C; }
a { background-color: rgb(231,169,76); }
div.DivClassName
{
background-color: #E7A94C;
}
.BgClassName
{
background-color: #E7A94C;
}
</style>
border-color css
<style>
span { border-color: #E7A94C; }
span { border-color: rgb(231,169,76); }
td.TdClassName
{
border-color: #E7A94C;
}
.TagClassName
{
border-color: #E7A94C;
}
</style>