Shades of Casablanca #EFB757
Tints of Casablanca #EFB757
RGB
CMYK
RGB Variations
Color information
#EFB757 (or 0xEFB757) is known color: Casablanca. HEX triplet: EF, B7 and 57. RGB value is (239,183,87). Sum of RGB (Red+Green+Blue) = 239+183+87=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB757 is #1048A8. Grayscale: #BDBDBD. Windows color (decimal): -1067177 or 5748719. OLE color: 5748719.
HSL color Cylindrical-coordinate representation of color #EFB757: hue angle of 37.89º 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 #EFB757 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 87 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.06 |
| HSL | 37.89º | 0.83% | 0.64% | - |
| HSV(B) | 37.89º | 0.64% | 0.94% | - |
| XYZ | 54.25 | 52.91 | 16.37 | - |
| YUV | 188.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 87 | 0 | 0.23 | 0.64 | 0.06 | 37.89 | 0.83 | 0.64 |
| Hex | EF | B7 | 57 | 0 | 17 | 40 | 6 | 26 | 53 | 40 |
| Octal | 357 | 267 | 127 | 0 | 27 | 100 | 6 | 46 | 123 | 100 |
| Binary | 11101111 | 10110111 | 1010111 | 0 | 10111 | 1000000 | 110 | 100110 | 1010011 | 1000000 |
Color Harmonies of #EFB757
Complementary color
Monochromatic Colors of #EFB757
Black with #EFB757
Text Example
Text Example
White with #EFB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB757; }
p { color: rgb(239,183,87); }
H1.HeaderClassName
{
color: #EFB757;
}
.AnyTagClassName
{
color: #EFB757;
}
</style>
background-color css
<style>
a { background-color: #EFB757; }
a { background-color: rgb(239,183,87); }
div.DivClassName
{
background-color: #EFB757;
}
.BgClassName
{
background-color: #EFB757;
}
</style>
border-color css
<style>
span { border-color: #EFB757; }
span { border-color: rgb(239,183,87); }
td.TdClassName
{
border-color: #EFB757;
}
.TagClassName
{
border-color: #EFB757;
}
</style>