Shades of Casablanca #E9A550
Tints of Casablanca #E9A550
RGB
CMYK
RGB Variations
Color information
#E9A550 (or 0xE9A550) is known color: Casablanca. HEX triplet: E9, A5 and 50. RGB value is (233,165,80). Sum of RGB (Red+Green+Blue) = 233+165+80=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A550 is #165AAF. Grayscale: #B0B0B0. Windows color (decimal): -1465008 or 5285353. OLE color: 5285353.
HSL color Cylindrical-coordinate representation of color #E9A550: hue angle of 33.33º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9A550 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.09 |
| HSL | 33.33º | 0.78% | 0.61% | - |
| HSV(B) | 33.33º | 0.66% | 0.91% | - |
| XYZ | 48.51 | 44.81 | 13.68 | - |
| YUV | 175.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 80 | 0 | 0.29 | 0.66 | 0.09 | 33.33 | 0.78 | 0.61 |
| Hex | E9 | A5 | 50 | 0 | 1D | 42 | 9 | 21 | 4E | 3D |
| Octal | 351 | 245 | 120 | 0 | 35 | 102 | 11 | 41 | 116 | 75 |
| Binary | 11101001 | 10100101 | 1010000 | 0 | 11101 | 1000010 | 1001 | 100001 | 1001110 | 111101 |
Color Harmonies of #E9A550
Complementary color
Monochromatic Colors of #E9A550
Black with #E9A550
Text Example
Text Example
White with #E9A550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A550; }
p { color: rgb(233,165,80); }
H1.HeaderClassName
{
color: #E9A550;
}
.AnyTagClassName
{
color: #E9A550;
}
</style>
background-color css
<style>
a { background-color: #E9A550; }
a { background-color: rgb(233,165,80); }
div.DivClassName
{
background-color: #E9A550;
}
.BgClassName
{
background-color: #E9A550;
}
</style>
border-color css
<style>
span { border-color: #E9A550; }
span { border-color: rgb(233,165,80); }
td.TdClassName
{
border-color: #E9A550;
}
.TagClassName
{
border-color: #E9A550;
}
</style>