Shades of Casablanca #EFAC59
Tints of Casablanca #EFAC59
RGB
CMYK
RGB Variations
Color information
#EFAC59 (or 0xEFAC59) is known color: Casablanca. HEX triplet: EF, AC and 59. RGB value is (239,172,89). Sum of RGB (Red+Green+Blue) = 239+172+89=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC59 is #1053A6. Grayscale: #B6B6B6. Windows color (decimal): -1069991 or 5876975. OLE color: 5876975.
HSL color Cylindrical-coordinate representation of color #EFAC59: hue angle of 33.2º 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 #EFAC59 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 89 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.06 |
| HSL | 33.2º | 0.82% | 0.64% | - |
| HSV(B) | 33.2º | 0.63% | 0.94% | - |
| XYZ | 52.15 | 48.58 | 16.08 | - |
| YUV | 182.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 89 | 0 | 0.28 | 0.63 | 0.06 | 33.2 | 0.82 | 0.64 |
| Hex | EF | AC | 59 | 0 | 1C | 3F | 6 | 21 | 52 | 40 |
| Octal | 357 | 254 | 131 | 0 | 34 | 77 | 6 | 41 | 122 | 100 |
| Binary | 11101111 | 10101100 | 1011001 | 0 | 11100 | 111111 | 110 | 100001 | 1010010 | 1000000 |
Color Harmonies of #EFAC59
Complementary color
Monochromatic Colors of #EFAC59
Black with #EFAC59
Text Example
Text Example
White with #EFAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC59; }
p { color: rgb(239,172,89); }
H1.HeaderClassName
{
color: #EFAC59;
}
.AnyTagClassName
{
color: #EFAC59;
}
</style>
background-color css
<style>
a { background-color: #EFAC59; }
a { background-color: rgb(239,172,89); }
div.DivClassName
{
background-color: #EFAC59;
}
.BgClassName
{
background-color: #EFAC59;
}
</style>
border-color css
<style>
span { border-color: #EFAC59; }
span { border-color: rgb(239,172,89); }
td.TdClassName
{
border-color: #EFAC59;
}
.TagClassName
{
border-color: #EFAC59;
}
</style>