Shades of Casablanca #E9A74A
Tints of Casablanca #E9A74A
RGB
CMYK
RGB Variations
Color information
#E9A74A (or 0xE9A74A) is known color: Casablanca. HEX triplet: E9, A7 and 4A. RGB value is (233,167,74). Sum of RGB (Red+Green+Blue) = 233+167+74=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A74A is #1658B5. Grayscale: #B0B0B0. Windows color (decimal): -1464502 or 4892649. OLE color: 4892649.
HSL color Cylindrical-coordinate representation of color #E9A74A: hue angle of 35.09º 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 #E9A74A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 74 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.09 |
| HSL | 35.09º | 0.78% | 0.6% | - |
| HSV(B) | 35.09º | 0.68% | 0.91% | - |
| XYZ | 48.66 | 45.46 | 12.69 | - |
| YUV | 176.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 74 | 0 | 0.28 | 0.68 | 0.09 | 35.09 | 0.78 | 0.6 |
| Hex | E9 | A7 | 4A | 0 | 1C | 44 | 9 | 23 | 4E | 3C |
| Octal | 351 | 247 | 112 | 0 | 34 | 104 | 11 | 43 | 116 | 74 |
| Binary | 11101001 | 10100111 | 1001010 | 0 | 11100 | 1000100 | 1001 | 100011 | 1001110 | 111100 |
Color Harmonies of #E9A74A
Complementary color
Monochromatic Colors of #E9A74A
Black with #E9A74A
Text Example
Text Example
White with #E9A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A74A; }
p { color: rgb(233,167,74); }
H1.HeaderClassName
{
color: #E9A74A;
}
.AnyTagClassName
{
color: #E9A74A;
}
</style>
background-color css
<style>
a { background-color: #E9A74A; }
a { background-color: rgb(233,167,74); }
div.DivClassName
{
background-color: #E9A74A;
}
.BgClassName
{
background-color: #E9A74A;
}
</style>
border-color css
<style>
span { border-color: #E9A74A; }
span { border-color: rgb(233,167,74); }
td.TdClassName
{
border-color: #E9A74A;
}
.TagClassName
{
border-color: #E9A74A;
}
</style>