Shades of Casablanca #E9A950
Tints of Casablanca #E9A950
RGB
CMYK
RGB Variations
Color information
#E9A950 (or 0xE9A950) is known color: Casablanca. HEX triplet: E9, A9 and 50. RGB value is (233,169,80). Sum of RGB (Red+Green+Blue) = 233+169+80=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A950 is #1656AF. Grayscale: #B2B2B2. Windows color (decimal): -1463984 or 5286377. OLE color: 5286377.
HSL color Cylindrical-coordinate representation of color #E9A950: hue angle of 34.9º 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 #E9A950 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 80 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.09 |
| HSL | 34.9º | 0.78% | 0.61% | - |
| HSV(B) | 34.9º | 0.66% | 0.91% | - |
| XYZ | 49.24 | 46.28 | 13.93 | - |
| YUV | 177.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 80 | 0 | 0.27 | 0.66 | 0.09 | 34.9 | 0.78 | 0.61 |
| Hex | E9 | A9 | 50 | 0 | 1B | 42 | 9 | 23 | 4E | 3D |
| Octal | 351 | 251 | 120 | 0 | 33 | 102 | 11 | 43 | 116 | 75 |
| Binary | 11101001 | 10101001 | 1010000 | 0 | 11011 | 1000010 | 1001 | 100011 | 1001110 | 111101 |
Color Harmonies of #E9A950
Complementary color
Monochromatic Colors of #E9A950
Black with #E9A950
Text Example
Text Example
White with #E9A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A950; }
p { color: rgb(233,169,80); }
H1.HeaderClassName
{
color: #E9A950;
}
.AnyTagClassName
{
color: #E9A950;
}
</style>
background-color css
<style>
a { background-color: #E9A950; }
a { background-color: rgb(233,169,80); }
div.DivClassName
{
background-color: #E9A950;
}
.BgClassName
{
background-color: #E9A950;
}
</style>
border-color css
<style>
span { border-color: #E9A950; }
span { border-color: rgb(233,169,80); }
td.TdClassName
{
border-color: #E9A950;
}
.TagClassName
{
border-color: #E9A950;
}
</style>