Shades of Casablanca #EFAA59
Tints of Casablanca #EFAA59
RGB
CMYK
RGB Variations
Color information
#EFAA59 (or 0xEFAA59) is known color: Casablanca. HEX triplet: EF, AA and 59. RGB value is (239,170,89). Sum of RGB (Red+Green+Blue) = 239+170+89=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA59 is #1055A6. Grayscale: #B5B5B5. Windows color (decimal): -1070503 or 5876463. OLE color: 5876463.
HSL color Cylindrical-coordinate representation of color #EFAA59: hue angle of 32.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFAA59 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 89 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.06 |
| HSL | 32.4º | 0.82% | 0.64% | - |
| HSV(B) | 32.4º | 0.63% | 0.94% | - |
| XYZ | 51.77 | 47.82 | 15.95 | - |
| YUV | 181.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 89 | 0 | 0.29 | 0.63 | 0.06 | 32.4 | 0.82 | 0.64 |
| Hex | EF | AA | 59 | 0 | 1D | 3F | 6 | 20 | 52 | 40 |
| Octal | 357 | 252 | 131 | 0 | 35 | 77 | 6 | 40 | 122 | 100 |
| Binary | 11101111 | 10101010 | 1011001 | 0 | 11101 | 111111 | 110 | 100000 | 1010010 | 1000000 |
Color Harmonies of #EFAA59
Complementary color
Monochromatic Colors of #EFAA59
Black with #EFAA59
Text Example
Text Example
White with #EFAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA59; }
p { color: rgb(239,170,89); }
H1.HeaderClassName
{
color: #EFAA59;
}
.AnyTagClassName
{
color: #EFAA59;
}
</style>
background-color css
<style>
a { background-color: #EFAA59; }
a { background-color: rgb(239,170,89); }
div.DivClassName
{
background-color: #EFAA59;
}
.BgClassName
{
background-color: #EFAA59;
}
</style>
border-color css
<style>
span { border-color: #EFAA59; }
span { border-color: rgb(239,170,89); }
td.TdClassName
{
border-color: #EFAA59;
}
.TagClassName
{
border-color: #EFAA59;
}
</style>