Shades of Casablanca #E9A85A
Tints of Casablanca #E9A85A
RGB
CMYK
RGB Variations
Color information
#E9A85A (or 0xE9A85A) is known color: Casablanca. HEX triplet: E9, A8 and 5A. RGB value is (233,168,90). Sum of RGB (Red+Green+Blue) = 233+168+90=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A85A is #1657A5. Grayscale: #B2B2B2. Windows color (decimal): -1464230 or 5941481. OLE color: 5941481.
HSL color Cylindrical-coordinate representation of color #E9A85A: hue angle of 32.73º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9A85A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 90 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.09 |
| HSL | 32.73º | 0.76% | 0.63% | - |
| HSV(B) | 32.73º | 0.61% | 0.91% | - |
| XYZ | 49.45 | 46.07 | 15.96 | - |
| YUV | 178.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 90 | 0 | 0.28 | 0.61 | 0.09 | 32.73 | 0.76 | 0.63 |
| Hex | E9 | A8 | 5A | 0 | 1C | 3D | 9 | 21 | 4C | 3F |
| Octal | 351 | 250 | 132 | 0 | 34 | 75 | 11 | 41 | 114 | 77 |
| Binary | 11101001 | 10101000 | 1011010 | 0 | 11100 | 111101 | 1001 | 100001 | 1001100 | 111111 |
Color Harmonies of #E9A85A
Complementary color
Monochromatic Colors of #E9A85A
Black with #E9A85A
Text Example
Text Example
White with #E9A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A85A; }
p { color: rgb(233,168,90); }
H1.HeaderClassName
{
color: #E9A85A;
}
.AnyTagClassName
{
color: #E9A85A;
}
</style>
background-color css
<style>
a { background-color: #E9A85A; }
a { background-color: rgb(233,168,90); }
div.DivClassName
{
background-color: #E9A85A;
}
.BgClassName
{
background-color: #E9A85A;
}
</style>
border-color css
<style>
span { border-color: #E9A85A; }
span { border-color: rgb(233,168,90); }
td.TdClassName
{
border-color: #E9A85A;
}
.TagClassName
{
border-color: #E9A85A;
}
</style>