Shades of Casablanca #EFB759
Tints of Casablanca #EFB759
RGB
CMYK
RGB Variations
Color information
#EFB759 (or 0xEFB759) is known color: Casablanca. HEX triplet: EF, B7 and 59. RGB value is (239,183,89). Sum of RGB (Red+Green+Blue) = 239+183+89=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB759 is #1048A6. Grayscale: #BDBDBD. Windows color (decimal): -1067175 or 5879791. OLE color: 5879791.
HSL color Cylindrical-coordinate representation of color #EFB759: hue angle of 37.6º 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 #EFB759 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 89 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.06 |
| HSL | 37.6º | 0.82% | 0.64% | - |
| HSV(B) | 37.6º | 0.63% | 0.94% | - |
| XYZ | 54.33 | 52.94 | 16.81 | - |
| YUV | 189.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 89 | 0 | 0.23 | 0.63 | 0.06 | 37.6 | 0.82 | 0.64 |
| Hex | EF | B7 | 59 | 0 | 17 | 3F | 6 | 26 | 52 | 40 |
| Octal | 357 | 267 | 131 | 0 | 27 | 77 | 6 | 46 | 122 | 100 |
| Binary | 11101111 | 10110111 | 1011001 | 0 | 10111 | 111111 | 110 | 100110 | 1010010 | 1000000 |
Color Harmonies of #EFB759
Complementary color
Monochromatic Colors of #EFB759
Black with #EFB759
Text Example
Text Example
White with #EFB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB759; }
p { color: rgb(239,183,89); }
H1.HeaderClassName
{
color: #EFB759;
}
.AnyTagClassName
{
color: #EFB759;
}
</style>
background-color css
<style>
a { background-color: #EFB759; }
a { background-color: rgb(239,183,89); }
div.DivClassName
{
background-color: #EFB759;
}
.BgClassName
{
background-color: #EFB759;
}
</style>
border-color css
<style>
span { border-color: #EFB759; }
span { border-color: rgb(239,183,89); }
td.TdClassName
{
border-color: #EFB759;
}
.TagClassName
{
border-color: #EFB759;
}
</style>