Shades of Casablanca #E9AF4E
Tints of Casablanca #E9AF4E
RGB
CMYK
RGB Variations
Color information
#E9AF4E (or 0xE9AF4E) is known color: Casablanca. HEX triplet: E9, AF and 4E. RGB value is (233,175,78). Sum of RGB (Red+Green+Blue) = 233+175+78=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF4E is #1650B1. Grayscale: #B5B5B5. Windows color (decimal): -1462450 or 5156841. OLE color: 5156841.
HSL color Cylindrical-coordinate representation of color #E9AF4E: hue angle of 37.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9AF4E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.09 |
| HSL | 37.55º | 0.78% | 0.61% | - |
| HSV(B) | 37.55º | 0.67% | 0.91% | - |
| XYZ | 50.31 | 48.53 | 13.92 | - |
| YUV | 181.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 78 | 0 | 0.25 | 0.67 | 0.09 | 37.55 | 0.78 | 0.61 |
| Hex | E9 | AF | 4E | 0 | 19 | 43 | 9 | 26 | 4E | 3D |
| Octal | 351 | 257 | 116 | 0 | 31 | 103 | 11 | 46 | 116 | 75 |
| Binary | 11101001 | 10101111 | 1001110 | 0 | 11001 | 1000011 | 1001 | 100110 | 1001110 | 111101 |
Color Harmonies of #E9AF4E
Complementary color
Monochromatic Colors of #E9AF4E
Black with #E9AF4E
Text Example
Text Example
White with #E9AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF4E; }
p { color: rgb(233,175,78); }
H1.HeaderClassName
{
color: #E9AF4E;
}
.AnyTagClassName
{
color: #E9AF4E;
}
</style>
background-color css
<style>
a { background-color: #E9AF4E; }
a { background-color: rgb(233,175,78); }
div.DivClassName
{
background-color: #E9AF4E;
}
.BgClassName
{
background-color: #E9AF4E;
}
</style>
border-color css
<style>
span { border-color: #E9AF4E; }
span { border-color: rgb(233,175,78); }
td.TdClassName
{
border-color: #E9AF4E;
}
.TagClassName
{
border-color: #E9AF4E;
}
</style>