Shades of Casablanca #E9AF53
Tints of Casablanca #E9AF53
RGB
CMYK
RGB Variations
Color information
#E9AF53 (or 0xE9AF53) is known color: Casablanca. HEX triplet: E9, AF and 53. RGB value is (233,175,83). Sum of RGB (Red+Green+Blue) = 233+175+83=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF53 is #1650AC. Grayscale: #B6B6B6. Windows color (decimal): -1462445 or 5484521. OLE color: 5484521.
HSL color Cylindrical-coordinate representation of color #E9AF53: hue angle of 36.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9AF53 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 83 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.09 |
| HSL | 36.8º | 0.77% | 0.62% | - |
| HSV(B) | 36.8º | 0.64% | 0.91% | - |
| XYZ | 50.5 | 48.61 | 14.9 | - |
| YUV | 181.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 83 | 0 | 0.25 | 0.64 | 0.09 | 36.8 | 0.77 | 0.62 |
| Hex | E9 | AF | 53 | 0 | 19 | 40 | 9 | 25 | 4D | 3E |
| Octal | 351 | 257 | 123 | 0 | 31 | 100 | 11 | 45 | 115 | 76 |
| Binary | 11101001 | 10101111 | 1010011 | 0 | 11001 | 1000000 | 1001 | 100101 | 1001101 | 111110 |
Color Harmonies of #E9AF53
Complementary color
Monochromatic Colors of #E9AF53
Black with #E9AF53
Text Example
Text Example
White with #E9AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF53; }
p { color: rgb(233,175,83); }
H1.HeaderClassName
{
color: #E9AF53;
}
.AnyTagClassName
{
color: #E9AF53;
}
</style>
background-color css
<style>
a { background-color: #E9AF53; }
a { background-color: rgb(233,175,83); }
div.DivClassName
{
background-color: #E9AF53;
}
.BgClassName
{
background-color: #E9AF53;
}
</style>
border-color css
<style>
span { border-color: #E9AF53; }
span { border-color: rgb(233,175,83); }
td.TdClassName
{
border-color: #E9AF53;
}
.TagClassName
{
border-color: #E9AF53;
}
</style>