Shades of Casablanca #E9AC4D
Tints of Casablanca #E9AC4D
RGB
CMYK
RGB Variations
Color information
#E9AC4D (or 0xE9AC4D) is known color: Casablanca. HEX triplet: E9, AC and 4D. RGB value is (233,172,77). Sum of RGB (Red+Green+Blue) = 233+172+77=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AC4D is #1653B2. Grayscale: #B3B3B3. Windows color (decimal): -1463219 or 5090537. OLE color: 5090537.
HSL color Cylindrical-coordinate representation of color #E9AC4D: hue angle of 36.54º 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 #E9AC4D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 77 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.09 |
| HSL | 36.54º | 0.78% | 0.61% | - |
| HSV(B) | 36.54º | 0.67% | 0.91% | - |
| XYZ | 49.7 | 47.36 | 13.54 | - |
| YUV | 179.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 77 | 0 | 0.26 | 0.67 | 0.09 | 36.54 | 0.78 | 0.61 |
| Hex | E9 | AC | 4D | 0 | 1A | 43 | 9 | 25 | 4E | 3D |
| Octal | 351 | 254 | 115 | 0 | 32 | 103 | 11 | 45 | 116 | 75 |
| Binary | 11101001 | 10101100 | 1001101 | 0 | 11010 | 1000011 | 1001 | 100101 | 1001110 | 111101 |
Color Harmonies of #E9AC4D
Complementary color
Monochromatic Colors of #E9AC4D
Black with #E9AC4D
Text Example
Text Example
White with #E9AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC4D; }
p { color: rgb(233,172,77); }
H1.HeaderClassName
{
color: #E9AC4D;
}
.AnyTagClassName
{
color: #E9AC4D;
}
</style>
background-color css
<style>
a { background-color: #E9AC4D; }
a { background-color: rgb(233,172,77); }
div.DivClassName
{
background-color: #E9AC4D;
}
.BgClassName
{
background-color: #E9AC4D;
}
</style>
border-color css
<style>
span { border-color: #E9AC4D; }
span { border-color: rgb(233,172,77); }
td.TdClassName
{
border-color: #E9AC4D;
}
.TagClassName
{
border-color: #E9AC4D;
}
</style>