Shades of Casablanca #E7AF55
Tints of Casablanca #E7AF55
RGB
CMYK
RGB Variations
Color information
#E7AF55 (or 0xE7AF55) is known color: Casablanca. HEX triplet: E7, AF and 55. RGB value is (231,175,85). Sum of RGB (Red+Green+Blue) = 231+175+85=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF55 is #1850AA. Grayscale: #B5B5B5. Windows color (decimal): -1593515 or 5615591. OLE color: 5615591.
HSL color Cylindrical-coordinate representation of color #E7AF55: hue angle of 36.99º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7AF55 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 85 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.09 |
| HSL | 36.99º | 0.75% | 0.62% | - |
| HSV(B) | 36.99º | 0.63% | 0.91% | - |
| XYZ | 49.92 | 48.3 | 15.29 | - |
| YUV | 181.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 85 | 0 | 0.24 | 0.63 | 0.09 | 36.99 | 0.75 | 0.62 |
| Hex | E7 | AF | 55 | 0 | 18 | 3F | 9 | 25 | 4B | 3E |
| Octal | 347 | 257 | 125 | 0 | 30 | 77 | 11 | 45 | 113 | 76 |
| Binary | 11100111 | 10101111 | 1010101 | 0 | 11000 | 111111 | 1001 | 100101 | 1001011 | 111110 |
Color Harmonies of #E7AF55
Complementary color
Monochromatic Colors of #E7AF55
Black with #E7AF55
Text Example
Text Example
White with #E7AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF55; }
p { color: rgb(231,175,85); }
H1.HeaderClassName
{
color: #E7AF55;
}
.AnyTagClassName
{
color: #E7AF55;
}
</style>
background-color css
<style>
a { background-color: #E7AF55; }
a { background-color: rgb(231,175,85); }
div.DivClassName
{
background-color: #E7AF55;
}
.BgClassName
{
background-color: #E7AF55;
}
</style>
border-color css
<style>
span { border-color: #E7AF55; }
span { border-color: rgb(231,175,85); }
td.TdClassName
{
border-color: #E7AF55;
}
.TagClassName
{
border-color: #E7AF55;
}
</style>