Shades of Casablanca #E9AD56
Tints of Casablanca #E9AD56
RGB
CMYK
RGB Variations
Color information
#E9AD56 (or 0xE9AD56) is known color: Casablanca. HEX triplet: E9, AD and 56. RGB value is (233,173,86). Sum of RGB (Red+Green+Blue) = 233+173+86=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD56 is #1652A9. Grayscale: #B5B5B5. Windows color (decimal): -1462954 or 5680617. OLE color: 5680617.
HSL color Cylindrical-coordinate representation of color #E9AD56: hue angle of 35.51º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9AD56 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 86 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.09 |
| HSL | 35.51º | 0.77% | 0.63% | - |
| HSV(B) | 35.51º | 0.63% | 0.91% | - |
| XYZ | 50.23 | 47.88 | 15.4 | - |
| YUV | 181.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 86 | 0 | 0.26 | 0.63 | 0.09 | 35.51 | 0.77 | 0.63 |
| Hex | E9 | AD | 56 | 0 | 1A | 3F | 9 | 24 | 4D | 3F |
| Octal | 351 | 255 | 126 | 0 | 32 | 77 | 11 | 44 | 115 | 77 |
| Binary | 11101001 | 10101101 | 1010110 | 0 | 11010 | 111111 | 1001 | 100100 | 1001101 | 111111 |
Color Harmonies of #E9AD56
Complementary color
Monochromatic Colors of #E9AD56
Black with #E9AD56
Text Example
Text Example
White with #E9AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD56; }
p { color: rgb(233,173,86); }
H1.HeaderClassName
{
color: #E9AD56;
}
.AnyTagClassName
{
color: #E9AD56;
}
</style>
background-color css
<style>
a { background-color: #E9AD56; }
a { background-color: rgb(233,173,86); }
div.DivClassName
{
background-color: #E9AD56;
}
.BgClassName
{
background-color: #E9AD56;
}
</style>
border-color css
<style>
span { border-color: #E9AD56; }
span { border-color: rgb(233,173,86); }
td.TdClassName
{
border-color: #E9AD56;
}
.TagClassName
{
border-color: #E9AD56;
}
</style>