Shades of Casablanca #EFAB59
Tints of Casablanca #EFAB59
RGB
CMYK
RGB Variations
Color information
#EFAB59 (or 0xEFAB59) is known color: Casablanca. HEX triplet: EF, AB and 59. RGB value is (239,171,89). Sum of RGB (Red+Green+Blue) = 239+171+89=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB59 is #1054A6. Grayscale: #B6B6B6. Windows color (decimal): -1070247 or 5876719. OLE color: 5876719.
HSL color Cylindrical-coordinate representation of color #EFAB59: hue angle of 32.8º 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 #EFAB59 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 89 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.06 |
| HSL | 32.8º | 0.82% | 0.64% | - |
| HSV(B) | 32.8º | 0.63% | 0.94% | - |
| XYZ | 51.96 | 48.2 | 16.02 | - |
| YUV | 181.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 89 | 0 | 0.28 | 0.63 | 0.06 | 32.8 | 0.82 | 0.64 |
| Hex | EF | AB | 59 | 0 | 1C | 3F | 6 | 21 | 52 | 40 |
| Octal | 357 | 253 | 131 | 0 | 34 | 77 | 6 | 41 | 122 | 100 |
| Binary | 11101111 | 10101011 | 1011001 | 0 | 11100 | 111111 | 110 | 100001 | 1010010 | 1000000 |
Color Harmonies of #EFAB59
Complementary color
Monochromatic Colors of #EFAB59
Black with #EFAB59
Text Example
Text Example
White with #EFAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB59; }
p { color: rgb(239,171,89); }
H1.HeaderClassName
{
color: #EFAB59;
}
.AnyTagClassName
{
color: #EFAB59;
}
</style>
background-color css
<style>
a { background-color: #EFAB59; }
a { background-color: rgb(239,171,89); }
div.DivClassName
{
background-color: #EFAB59;
}
.BgClassName
{
background-color: #EFAB59;
}
</style>
border-color css
<style>
span { border-color: #EFAB59; }
span { border-color: rgb(239,171,89); }
td.TdClassName
{
border-color: #EFAB59;
}
.TagClassName
{
border-color: #EFAB59;
}
</style>