Shades of Casablanca #E7AB51
Tints of Casablanca #E7AB51
RGB
CMYK
RGB Variations
Color information
#E7AB51 (or 0xE7AB51) is known color: Casablanca. HEX triplet: E7, AB and 51. RGB value is (231,171,81). Sum of RGB (Red+Green+Blue) = 231+171+81=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB51 is #1854AE. Grayscale: #B3B3B3. Windows color (decimal): -1594543 or 5352423. OLE color: 5352423.
HSL color Cylindrical-coordinate representation of color #E7AB51: hue angle of 36º 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 #E7AB51 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 81 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.09 |
| HSL | 36º | 0.76% | 0.61% | - |
| HSV(B) | 36º | 0.65% | 0.91% | - |
| XYZ | 49 | 46.71 | 14.22 | - |
| YUV | 178.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 81 | 0 | 0.26 | 0.65 | 0.09 | 36 | 0.76 | 0.61 |
| Hex | E7 | AB | 51 | 0 | 1A | 41 | 9 | 24 | 4C | 3D |
| Octal | 347 | 253 | 121 | 0 | 32 | 101 | 11 | 44 | 114 | 75 |
| Binary | 11100111 | 10101011 | 1010001 | 0 | 11010 | 1000001 | 1001 | 100100 | 1001100 | 111101 |
Color Harmonies of #E7AB51
Complementary color
Monochromatic Colors of #E7AB51
Black with #E7AB51
Text Example
Text Example
White with #E7AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB51; }
p { color: rgb(231,171,81); }
H1.HeaderClassName
{
color: #E7AB51;
}
.AnyTagClassName
{
color: #E7AB51;
}
</style>
background-color css
<style>
a { background-color: #E7AB51; }
a { background-color: rgb(231,171,81); }
div.DivClassName
{
background-color: #E7AB51;
}
.BgClassName
{
background-color: #E7AB51;
}
</style>
border-color css
<style>
span { border-color: #E7AB51; }
span { border-color: rgb(231,171,81); }
td.TdClassName
{
border-color: #E7AB51;
}
.TagClassName
{
border-color: #E7AB51;
}
</style>