Shades of Casablanca #E9AC4C
Tints of Casablanca #E9AC4C
RGB
CMYK
RGB Variations
Color information
#E9AC4C (or 0xE9AC4C) is known color: Casablanca. HEX triplet: E9, AC and 4C. RGB value is (233,172,76). Sum of RGB (Red+Green+Blue) = 233+172+76=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AC4C is #1653B3. Grayscale: #B3B3B3. Windows color (decimal): -1463220 or 5025001. OLE color: 5025001.
HSL color Cylindrical-coordinate representation of color #E9AC4C: hue angle of 36.69º 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 #E9AC4C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 76 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.09 |
| HSL | 36.69º | 0.78% | 0.61% | - |
| HSV(B) | 36.69º | 0.67% | 0.91% | - |
| XYZ | 49.66 | 47.35 | 13.36 | - |
| YUV | 179.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 76 | 0 | 0.26 | 0.67 | 0.09 | 36.69 | 0.78 | 0.61 |
| Hex | E9 | AC | 4C | 0 | 1A | 43 | 9 | 25 | 4E | 3D |
| Octal | 351 | 254 | 114 | 0 | 32 | 103 | 11 | 45 | 116 | 75 |
| Binary | 11101001 | 10101100 | 1001100 | 0 | 11010 | 1000011 | 1001 | 100101 | 1001110 | 111101 |
Color Harmonies of #E9AC4C
Complementary color
Monochromatic Colors of #E9AC4C
Black with #E9AC4C
Text Example
Text Example
White with #E9AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC4C; }
p { color: rgb(233,172,76); }
H1.HeaderClassName
{
color: #E9AC4C;
}
.AnyTagClassName
{
color: #E9AC4C;
}
</style>
background-color css
<style>
a { background-color: #E9AC4C; }
a { background-color: rgb(233,172,76); }
div.DivClassName
{
background-color: #E9AC4C;
}
.BgClassName
{
background-color: #E9AC4C;
}
</style>
border-color css
<style>
span { border-color: #E9AC4C; }
span { border-color: rgb(233,172,76); }
td.TdClassName
{
border-color: #E9AC4C;
}
.TagClassName
{
border-color: #E9AC4C;
}
</style>