Shades of Casablanca #E7AB50
Tints of Casablanca #E7AB50
RGB
CMYK
RGB Variations
Color information
#E7AB50 (or 0xE7AB50) is known color: Casablanca. HEX triplet: E7, AB and 50. RGB value is (231,171,80). Sum of RGB (Red+Green+Blue) = 231+171+80=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB50 is #1854AF. Grayscale: #B2B2B2. Windows color (decimal): -1594544 or 5286887. OLE color: 5286887.
HSL color Cylindrical-coordinate representation of color #E7AB50: hue angle of 36.16º 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 #E7AB50 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 80 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.09 |
| HSL | 36.16º | 0.76% | 0.61% | - |
| HSV(B) | 36.16º | 0.65% | 0.91% | - |
| XYZ | 48.97 | 46.69 | 14.02 | - |
| YUV | 178.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 80 | 0 | 0.26 | 0.65 | 0.09 | 36.16 | 0.76 | 0.61 |
| Hex | E7 | AB | 50 | 0 | 1A | 41 | 9 | 24 | 4C | 3D |
| Octal | 347 | 253 | 120 | 0 | 32 | 101 | 11 | 44 | 114 | 75 |
| Binary | 11100111 | 10101011 | 1010000 | 0 | 11010 | 1000001 | 1001 | 100100 | 1001100 | 111101 |
Color Harmonies of #E7AB50
Complementary color
Monochromatic Colors of #E7AB50
Black with #E7AB50
Text Example
Text Example
White with #E7AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB50; }
p { color: rgb(231,171,80); }
H1.HeaderClassName
{
color: #E7AB50;
}
.AnyTagClassName
{
color: #E7AB50;
}
</style>
background-color css
<style>
a { background-color: #E7AB50; }
a { background-color: rgb(231,171,80); }
div.DivClassName
{
background-color: #E7AB50;
}
.BgClassName
{
background-color: #E7AB50;
}
</style>
border-color css
<style>
span { border-color: #E7AB50; }
span { border-color: rgb(231,171,80); }
td.TdClassName
{
border-color: #E7AB50;
}
.TagClassName
{
border-color: #E7AB50;
}
</style>