Shades of Casablanca #EFB059
Tints of Casablanca #EFB059
RGB
CMYK
RGB Variations
Color information
#EFB059 (or 0xEFB059) is known color: Casablanca. HEX triplet: EF, B0 and 59. RGB value is (239,176,89). Sum of RGB (Red+Green+Blue) = 239+176+89=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB059 is #104FA6. Grayscale: #B9B9B9. Windows color (decimal): -1068967 or 5877999. OLE color: 5877999.
HSL color Cylindrical-coordinate representation of color #EFB059: hue angle of 34.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 #EFB059 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 89 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.06 |
| HSL | 34.8º | 0.82% | 0.64% | - |
| HSV(B) | 34.8º | 0.63% | 0.94% | - |
| XYZ | 52.93 | 50.12 | 16.34 | - |
| YUV | 184.92 | 73.87 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 89 | 0 | 0.26 | 0.63 | 0.06 | 34.8 | 0.82 | 0.64 |
| Hex | EF | B0 | 59 | 0 | 1A | 3F | 6 | 23 | 52 | 40 |
| Octal | 357 | 260 | 131 | 0 | 32 | 77 | 6 | 43 | 122 | 100 |
| Binary | 11101111 | 10110000 | 1011001 | 0 | 11010 | 111111 | 110 | 100011 | 1010010 | 1000000 |
Color Harmonies of #EFB059
Complementary color
Monochromatic Colors of #EFB059
Black with #EFB059
Text Example
Text Example
White with #EFB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB059; }
p { color: rgb(239,176,89); }
H1.HeaderClassName
{
color: #EFB059;
}
.AnyTagClassName
{
color: #EFB059;
}
</style>
background-color css
<style>
a { background-color: #EFB059; }
a { background-color: rgb(239,176,89); }
div.DivClassName
{
background-color: #EFB059;
}
.BgClassName
{
background-color: #EFB059;
}
</style>
border-color css
<style>
span { border-color: #EFB059; }
span { border-color: rgb(239,176,89); }
td.TdClassName
{
border-color: #EFB059;
}
.TagClassName
{
border-color: #EFB059;
}
</style>