Shades of Casablanca #E7AD4E
Tints of Casablanca #E7AD4E
RGB
CMYK
RGB Variations
Color information
#E7AD4E (or 0xE7AD4E) is known color: Casablanca. HEX triplet: E7, AD and 4E. RGB value is (231,173,78). Sum of RGB (Red+Green+Blue) = 231+173+78=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD4E is #1852B1. Grayscale: #B3B3B3. Windows color (decimal): -1594034 or 5156327. OLE color: 5156327.
HSL color Cylindrical-coordinate representation of color #E7AD4E: hue angle of 37.25º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7AD4E is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 78 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.09 |
| HSL | 37.25º | 0.76% | 0.61% | - |
| HSV(B) | 37.25º | 0.66% | 0.91% | - |
| XYZ | 49.27 | 47.43 | 13.76 | - |
| YUV | 179.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 78 | 0 | 0.25 | 0.66 | 0.09 | 37.25 | 0.76 | 0.61 |
| Hex | E7 | AD | 4E | 0 | 19 | 42 | 9 | 25 | 4C | 3D |
| Octal | 347 | 255 | 116 | 0 | 31 | 102 | 11 | 45 | 114 | 75 |
| Binary | 11100111 | 10101101 | 1001110 | 0 | 11001 | 1000010 | 1001 | 100101 | 1001100 | 111101 |
Color Harmonies of #E7AD4E
Complementary color
Monochromatic Colors of #E7AD4E
Black with #E7AD4E
Text Example
Text Example
White with #E7AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD4E; }
p { color: rgb(231,173,78); }
H1.HeaderClassName
{
color: #E7AD4E;
}
.AnyTagClassName
{
color: #E7AD4E;
}
</style>
background-color css
<style>
a { background-color: #E7AD4E; }
a { background-color: rgb(231,173,78); }
div.DivClassName
{
background-color: #E7AD4E;
}
.BgClassName
{
background-color: #E7AD4E;
}
</style>
border-color css
<style>
span { border-color: #E7AD4E; }
span { border-color: rgb(231,173,78); }
td.TdClassName
{
border-color: #E7AD4E;
}
.TagClassName
{
border-color: #E7AD4E;
}
</style>