Shades of Casablanca #EFB756
Tints of Casablanca #EFB756
RGB
CMYK
RGB Variations
Color information
#EFB756 (or 0xEFB756) is known color: Casablanca. HEX triplet: EF, B7 and 56. RGB value is (239,183,86). Sum of RGB (Red+Green+Blue) = 239+183+86=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB756 is #1048A9. Grayscale: #BDBDBD. Windows color (decimal): -1067178 or 5683183. OLE color: 5683183.
HSL color Cylindrical-coordinate representation of color #EFB756: hue angle of 38.04º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFB756 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 86 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.06 |
| HSL | 38.04º | 0.83% | 0.64% | - |
| HSV(B) | 38.04º | 0.64% | 0.94% | - |
| XYZ | 54.21 | 52.89 | 16.16 | - |
| YUV | 188.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 86 | 0 | 0.23 | 0.64 | 0.06 | 38.04 | 0.83 | 0.64 |
| Hex | EF | B7 | 56 | 0 | 17 | 40 | 6 | 26 | 53 | 40 |
| Octal | 357 | 267 | 126 | 0 | 27 | 100 | 6 | 46 | 123 | 100 |
| Binary | 11101111 | 10110111 | 1010110 | 0 | 10111 | 1000000 | 110 | 100110 | 1010011 | 1000000 |
Color Harmonies of #EFB756
Complementary color
Monochromatic Colors of #EFB756
Black with #EFB756
Text Example
Text Example
White with #EFB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB756; }
p { color: rgb(239,183,86); }
H1.HeaderClassName
{
color: #EFB756;
}
.AnyTagClassName
{
color: #EFB756;
}
</style>
background-color css
<style>
a { background-color: #EFB756; }
a { background-color: rgb(239,183,86); }
div.DivClassName
{
background-color: #EFB756;
}
.BgClassName
{
background-color: #EFB756;
}
</style>
border-color css
<style>
span { border-color: #EFB756; }
span { border-color: rgb(239,183,86); }
td.TdClassName
{
border-color: #EFB756;
}
.TagClassName
{
border-color: #EFB756;
}
</style>