Shades of Casablanca #E9AB4B
Tints of Casablanca #E9AB4B
RGB
CMYK
RGB Variations
Color information
#E9AB4B (or 0xE9AB4B) is known color: Casablanca. HEX triplet: E9, AB and 4B. RGB value is (233,171,75). Sum of RGB (Red+Green+Blue) = 233+171+75=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AB4B is #1654B4. Grayscale: #B3B3B3. Windows color (decimal): -1463477 or 4959209. OLE color: 4959209.
HSL color Cylindrical-coordinate representation of color #E9AB4B: hue angle of 36.46º 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 #E9AB4B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 75 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.09 |
| HSL | 36.46º | 0.78% | 0.6% | - |
| HSV(B) | 36.46º | 0.68% | 0.91% | - |
| XYZ | 49.44 | 46.96 | 13.11 | - |
| YUV | 178.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 75 | 0 | 0.27 | 0.68 | 0.09 | 36.46 | 0.78 | 0.6 |
| Hex | E9 | AB | 4B | 0 | 1B | 44 | 9 | 24 | 4E | 3C |
| Octal | 351 | 253 | 113 | 0 | 33 | 104 | 11 | 44 | 116 | 74 |
| Binary | 11101001 | 10101011 | 1001011 | 0 | 11011 | 1000100 | 1001 | 100100 | 1001110 | 111100 |
Color Harmonies of #E9AB4B
Complementary color
Monochromatic Colors of #E9AB4B
Black with #E9AB4B
Text Example
Text Example
White with #E9AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB4B; }
p { color: rgb(233,171,75); }
H1.HeaderClassName
{
color: #E9AB4B;
}
.AnyTagClassName
{
color: #E9AB4B;
}
</style>
background-color css
<style>
a { background-color: #E9AB4B; }
a { background-color: rgb(233,171,75); }
div.DivClassName
{
background-color: #E9AB4B;
}
.BgClassName
{
background-color: #E9AB4B;
}
</style>
border-color css
<style>
span { border-color: #E9AB4B; }
span { border-color: rgb(233,171,75); }
td.TdClassName
{
border-color: #E9AB4B;
}
.TagClassName
{
border-color: #E9AB4B;
}
</style>