Shades of Casablanca #E9AF5B
Tints of Casablanca #E9AF5B
RGB
CMYK
RGB Variations
Color information
#E9AF5B (or 0xE9AF5B) is known color: Casablanca. HEX triplet: E9, AF and 5B. RGB value is (233,175,91). Sum of RGB (Red+Green+Blue) = 233+175+91=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF5B is #1650A4. Grayscale: #B7B7B7. Windows color (decimal): -1462437 or 6008809. OLE color: 6008809.
HSL color Cylindrical-coordinate representation of color #E9AF5B: hue angle of 35.49º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9AF5B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 91 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.09 |
| HSL | 35.49º | 0.76% | 0.64% | - |
| HSV(B) | 35.49º | 0.61% | 0.91% | - |
| XYZ | 50.82 | 48.74 | 16.63 | - |
| YUV | 182.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 91 | 0 | 0.25 | 0.61 | 0.09 | 35.49 | 0.76 | 0.64 |
| Hex | E9 | AF | 5B | 0 | 19 | 3D | 9 | 23 | 4C | 40 |
| Octal | 351 | 257 | 133 | 0 | 31 | 75 | 11 | 43 | 114 | 100 |
| Binary | 11101001 | 10101111 | 1011011 | 0 | 11001 | 111101 | 1001 | 100011 | 1001100 | 1000000 |
Color Harmonies of #E9AF5B
Complementary color
Monochromatic Colors of #E9AF5B
Black with #E9AF5B
Text Example
Text Example
White with #E9AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF5B; }
p { color: rgb(233,175,91); }
H1.HeaderClassName
{
color: #E9AF5B;
}
.AnyTagClassName
{
color: #E9AF5B;
}
</style>
background-color css
<style>
a { background-color: #E9AF5B; }
a { background-color: rgb(233,175,91); }
div.DivClassName
{
background-color: #E9AF5B;
}
.BgClassName
{
background-color: #E9AF5B;
}
</style>
border-color css
<style>
span { border-color: #E9AF5B; }
span { border-color: rgb(233,175,91); }
td.TdClassName
{
border-color: #E9AF5B;
}
.TagClassName
{
border-color: #E9AF5B;
}
</style>