Shades of Casablanca #E9A650
Tints of Casablanca #E9A650
RGB
CMYK
RGB Variations
Color information
#E9A650 (or 0xE9A650) is known color: Casablanca. HEX triplet: E9, A6 and 50. RGB value is (233,166,80). Sum of RGB (Red+Green+Blue) = 233+166+80=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A650 is #1659AF. Grayscale: #B0B0B0. Windows color (decimal): -1464752 or 5285609. OLE color: 5285609.
HSL color Cylindrical-coordinate representation of color #E9A650: hue angle of 33.73º 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 #E9A650 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.09 |
| HSL | 33.73º | 0.78% | 0.61% | - |
| HSV(B) | 33.73º | 0.66% | 0.91% | - |
| XYZ | 48.69 | 45.18 | 13.74 | - |
| YUV | 176.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 80 | 0 | 0.29 | 0.66 | 0.09 | 33.73 | 0.78 | 0.61 |
| Hex | E9 | A6 | 50 | 0 | 1D | 42 | 9 | 22 | 4E | 3D |
| Octal | 351 | 246 | 120 | 0 | 35 | 102 | 11 | 42 | 116 | 75 |
| Binary | 11101001 | 10100110 | 1010000 | 0 | 11101 | 1000010 | 1001 | 100010 | 1001110 | 111101 |
Color Harmonies of #E9A650
Complementary color
Monochromatic Colors of #E9A650
Black with #E9A650
Text Example
Text Example
White with #E9A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A650; }
p { color: rgb(233,166,80); }
H1.HeaderClassName
{
color: #E9A650;
}
.AnyTagClassName
{
color: #E9A650;
}
</style>
background-color css
<style>
a { background-color: #E9A650; }
a { background-color: rgb(233,166,80); }
div.DivClassName
{
background-color: #E9A650;
}
.BgClassName
{
background-color: #E9A650;
}
</style>
border-color css
<style>
span { border-color: #E9A650; }
span { border-color: rgb(233,166,80); }
td.TdClassName
{
border-color: #E9A650;
}
.TagClassName
{
border-color: #E9A650;
}
</style>