Shades of Casablanca #E9A54D
Tints of Casablanca #E9A54D
RGB
CMYK
RGB Variations
Color information
#E9A54D (or 0xE9A54D) is known color: Casablanca. HEX triplet: E9, A5 and 4D. RGB value is (233,165,77). Sum of RGB (Red+Green+Blue) = 233+165+77=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A54D is #165AB2. Grayscale: #AFAFAF. Windows color (decimal): -1465011 or 5088745. OLE color: 5088745.
HSL color Cylindrical-coordinate representation of color #E9A54D: hue angle of 33.85º 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 #E9A54D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 77 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.09 |
| HSL | 33.85º | 0.78% | 0.61% | - |
| HSV(B) | 33.85º | 0.67% | 0.91% | - |
| XYZ | 48.4 | 44.77 | 13.11 | - |
| YUV | 175.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 77 | 0 | 0.29 | 0.67 | 0.09 | 33.85 | 0.78 | 0.61 |
| Hex | E9 | A5 | 4D | 0 | 1D | 43 | 9 | 22 | 4E | 3D |
| Octal | 351 | 245 | 115 | 0 | 35 | 103 | 11 | 42 | 116 | 75 |
| Binary | 11101001 | 10100101 | 1001101 | 0 | 11101 | 1000011 | 1001 | 100010 | 1001110 | 111101 |
Color Harmonies of #E9A54D
Complementary color
Monochromatic Colors of #E9A54D
Black with #E9A54D
Text Example
Text Example
White with #E9A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A54D; }
p { color: rgb(233,165,77); }
H1.HeaderClassName
{
color: #E9A54D;
}
.AnyTagClassName
{
color: #E9A54D;
}
</style>
background-color css
<style>
a { background-color: #E9A54D; }
a { background-color: rgb(233,165,77); }
div.DivClassName
{
background-color: #E9A54D;
}
.BgClassName
{
background-color: #E9A54D;
}
</style>
border-color css
<style>
span { border-color: #E9A54D; }
span { border-color: rgb(233,165,77); }
td.TdClassName
{
border-color: #E9A54D;
}
.TagClassName
{
border-color: #E9A54D;
}
</style>