Shades of Casablanca #E9AF5E
Tints of Casablanca #E9AF5E
RGB
CMYK
RGB Variations
Color information
#E9AF5E (or 0xE9AF5E) is known color: Casablanca. HEX triplet: E9, AF and 5E. RGB value is (233,175,94). Sum of RGB (Red+Green+Blue) = 233+175+94=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF5E is #1650A1. Grayscale: #B7B7B7. Windows color (decimal): -1462434 or 6205417. OLE color: 6205417.
HSL color Cylindrical-coordinate representation of color #E9AF5E: hue angle of 34.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9AF5E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 94 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.09 |
| HSL | 34.96º | 0.76% | 0.64% | - |
| HSV(B) | 34.96º | 0.6% | 0.91% | - |
| XYZ | 50.95 | 48.79 | 17.32 | - |
| YUV | 183.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 94 | 0 | 0.25 | 0.60 | 0.09 | 34.96 | 0.76 | 0.64 |
| Hex | E9 | AF | 5E | 0 | 19 | 3C | 9 | 23 | 4C | 40 |
| Octal | 351 | 257 | 136 | 0 | 31 | 74 | 11 | 43 | 114 | 100 |
| Binary | 11101001 | 10101111 | 1011110 | 0 | 11001 | 111100 | 1001 | 100011 | 1001100 | 1000000 |
Color Harmonies of #E9AF5E
Complementary color
Monochromatic Colors of #E9AF5E
Black with #E9AF5E
Text Example
Text Example
White with #E9AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF5E; }
p { color: rgb(233,175,94); }
H1.HeaderClassName
{
color: #E9AF5E;
}
.AnyTagClassName
{
color: #E9AF5E;
}
</style>
background-color css
<style>
a { background-color: #E9AF5E; }
a { background-color: rgb(233,175,94); }
div.DivClassName
{
background-color: #E9AF5E;
}
.BgClassName
{
background-color: #E9AF5E;
}
</style>
border-color css
<style>
span { border-color: #E9AF5E; }
span { border-color: rgb(233,175,94); }
td.TdClassName
{
border-color: #E9AF5E;
}
.TagClassName
{
border-color: #E9AF5E;
}
</style>