Shades of Casablanca #E9A553
Tints of Casablanca #E9A553
RGB
CMYK
RGB Variations
Color information
#E9A553 (or 0xE9A553) is known color: Casablanca. HEX triplet: E9, A5 and 53. RGB value is (233,165,83). Sum of RGB (Red+Green+Blue) = 233+165+83=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A553 is #165AAC. Grayscale: #B0B0B0. Windows color (decimal): -1465005 or 5481961. OLE color: 5481961.
HSL color Cylindrical-coordinate representation of color #E9A553: hue angle of 32.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 #E9A553 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 83 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.09 |
| HSL | 32.8º | 0.77% | 0.62% | - |
| HSV(B) | 32.8º | 0.64% | 0.91% | - |
| XYZ | 48.62 | 44.86 | 14.28 | - |
| YUV | 175.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 83 | 0 | 0.29 | 0.64 | 0.09 | 32.8 | 0.77 | 0.62 |
| Hex | E9 | A5 | 53 | 0 | 1D | 40 | 9 | 21 | 4D | 3E |
| Octal | 351 | 245 | 123 | 0 | 35 | 100 | 11 | 41 | 115 | 76 |
| Binary | 11101001 | 10100101 | 1010011 | 0 | 11101 | 1000000 | 1001 | 100001 | 1001101 | 111110 |
Color Harmonies of #E9A553
Complementary color
Monochromatic Colors of #E9A553
Black with #E9A553
Text Example
Text Example
White with #E9A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A553; }
p { color: rgb(233,165,83); }
H1.HeaderClassName
{
color: #E9A553;
}
.AnyTagClassName
{
color: #E9A553;
}
</style>
background-color css
<style>
a { background-color: #E9A553; }
a { background-color: rgb(233,165,83); }
div.DivClassName
{
background-color: #E9A553;
}
.BgClassName
{
background-color: #E9A553;
}
</style>
border-color css
<style>
span { border-color: #E9A553; }
span { border-color: rgb(233,165,83); }
td.TdClassName
{
border-color: #E9A553;
}
.TagClassName
{
border-color: #E9A553;
}
</style>