Shades of Casablanca #EFB758
Tints of Casablanca #EFB758
RGB
CMYK
RGB Variations
Color information
#EFB758 (or 0xEFB758) is known color: Casablanca. HEX triplet: EF, B7 and 58. RGB value is (239,183,88). Sum of RGB (Red+Green+Blue) = 239+183+88=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB758 is #1048A7. Grayscale: #BDBDBD. Windows color (decimal): -1067176 or 5814255. OLE color: 5814255.
HSL color Cylindrical-coordinate representation of color #EFB758: hue angle of 37.75º degrees, saturation: 0.83, 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 #EFB758 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 88 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.06 |
| HSL | 37.75º | 0.83% | 0.64% | - |
| HSV(B) | 37.75º | 0.63% | 0.94% | - |
| XYZ | 54.29 | 52.92 | 16.59 | - |
| YUV | 188.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 88 | 0 | 0.23 | 0.63 | 0.06 | 37.75 | 0.83 | 0.64 |
| Hex | EF | B7 | 58 | 0 | 17 | 3F | 6 | 26 | 53 | 40 |
| Octal | 357 | 267 | 130 | 0 | 27 | 77 | 6 | 46 | 123 | 100 |
| Binary | 11101111 | 10110111 | 1011000 | 0 | 10111 | 111111 | 110 | 100110 | 1010011 | 1000000 |
Color Harmonies of #EFB758
Complementary color
Monochromatic Colors of #EFB758
Black with #EFB758
Text Example
Text Example
White with #EFB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB758; }
p { color: rgb(239,183,88); }
H1.HeaderClassName
{
color: #EFB758;
}
.AnyTagClassName
{
color: #EFB758;
}
</style>
background-color css
<style>
a { background-color: #EFB758; }
a { background-color: rgb(239,183,88); }
div.DivClassName
{
background-color: #EFB758;
}
.BgClassName
{
background-color: #EFB758;
}
</style>
border-color css
<style>
span { border-color: #EFB758; }
span { border-color: rgb(239,183,88); }
td.TdClassName
{
border-color: #EFB758;
}
.TagClassName
{
border-color: #EFB758;
}
</style>