Shades of Casablanca #E7AD51
Tints of Casablanca #E7AD51
RGB
CMYK
RGB Variations
Color information
#E7AD51 (or 0xE7AD51) is known color: Casablanca. HEX triplet: E7, AD and 51. RGB value is (231,173,81). Sum of RGB (Red+Green+Blue) = 231+173+81=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD51 is #1852AE. Grayscale: #B4B4B4. Windows color (decimal): -1594031 or 5352935. OLE color: 5352935.
HSL color Cylindrical-coordinate representation of color #E7AD51: hue angle of 36.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7AD51 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 81 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.09 |
| HSL | 36.8º | 0.76% | 0.61% | - |
| HSV(B) | 36.8º | 0.65% | 0.91% | - |
| XYZ | 49.38 | 47.47 | 14.34 | - |
| YUV | 179.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 81 | 0 | 0.25 | 0.65 | 0.09 | 36.8 | 0.76 | 0.61 |
| Hex | E7 | AD | 51 | 0 | 19 | 41 | 9 | 25 | 4C | 3D |
| Octal | 347 | 255 | 121 | 0 | 31 | 101 | 11 | 45 | 114 | 75 |
| Binary | 11100111 | 10101101 | 1010001 | 0 | 11001 | 1000001 | 1001 | 100101 | 1001100 | 111101 |
Color Harmonies of #E7AD51
Complementary color
Monochromatic Colors of #E7AD51
Black with #E7AD51
Text Example
Text Example
White with #E7AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD51; }
p { color: rgb(231,173,81); }
H1.HeaderClassName
{
color: #E7AD51;
}
.AnyTagClassName
{
color: #E7AD51;
}
</style>
background-color css
<style>
a { background-color: #E7AD51; }
a { background-color: rgb(231,173,81); }
div.DivClassName
{
background-color: #E7AD51;
}
.BgClassName
{
background-color: #E7AD51;
}
</style>
border-color css
<style>
span { border-color: #E7AD51; }
span { border-color: rgb(231,173,81); }
td.TdClassName
{
border-color: #E7AD51;
}
.TagClassName
{
border-color: #E7AD51;
}
</style>