Shades of Casablanca #E9A64B
Tints of Casablanca #E9A64B
RGB
CMYK
RGB Variations
Color information
#E9A64B (or 0xE9A64B) is known color: Casablanca. HEX triplet: E9, A6 and 4B. RGB value is (233,166,75). Sum of RGB (Red+Green+Blue) = 233+166+75=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A64B is #1659B4. Grayscale: #B0B0B0. Windows color (decimal): -1464757 or 4957929. OLE color: 4957929.
HSL color Cylindrical-coordinate representation of color #E9A64B: hue angle of 34.56º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9A64B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 75 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.09 |
| HSL | 34.56º | 0.78% | 0.6% | - |
| HSV(B) | 34.56º | 0.68% | 0.91% | - |
| XYZ | 48.51 | 45.1 | 12.81 | - |
| YUV | 175.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 75 | 0 | 0.29 | 0.68 | 0.09 | 34.56 | 0.78 | 0.6 |
| Hex | E9 | A6 | 4B | 0 | 1D | 44 | 9 | 23 | 4E | 3C |
| Octal | 351 | 246 | 113 | 0 | 35 | 104 | 11 | 43 | 116 | 74 |
| Binary | 11101001 | 10100110 | 1001011 | 0 | 11101 | 1000100 | 1001 | 100011 | 1001110 | 111100 |
Color Harmonies of #E9A64B
Complementary color
Monochromatic Colors of #E9A64B
Black with #E9A64B
Text Example
Text Example
White with #E9A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A64B; }
p { color: rgb(233,166,75); }
H1.HeaderClassName
{
color: #E9A64B;
}
.AnyTagClassName
{
color: #E9A64B;
}
</style>
background-color css
<style>
a { background-color: #E9A64B; }
a { background-color: rgb(233,166,75); }
div.DivClassName
{
background-color: #E9A64B;
}
.BgClassName
{
background-color: #E9A64B;
}
</style>
border-color css
<style>
span { border-color: #E9A64B; }
span { border-color: rgb(233,166,75); }
td.TdClassName
{
border-color: #E9A64B;
}
.TagClassName
{
border-color: #E9A64B;
}
</style>