Shades of Casablanca #EFB157
Tints of Casablanca #EFB157
RGB
CMYK
RGB Variations
Color information
#EFB157 (or 0xEFB157) is known color: Casablanca. HEX triplet: EF, B1 and 57. RGB value is (239,177,87). Sum of RGB (Red+Green+Blue) = 239+177+87=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB157 is #104EA8. Grayscale: #B9B9B9. Windows color (decimal): -1068713 or 5747183. OLE color: 5747183.
HSL color Cylindrical-coordinate representation of color #EFB157: hue angle of 35.53º 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 #EFB157 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 87 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.06 |
| HSL | 35.53º | 0.83% | 0.64% | - |
| HSV(B) | 35.53º | 0.64% | 0.94% | - |
| XYZ | 53.04 | 50.48 | 15.97 | - |
| YUV | 185.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 87 | 0 | 0.26 | 0.64 | 0.06 | 35.53 | 0.83 | 0.64 |
| Hex | EF | B1 | 57 | 0 | 1A | 40 | 6 | 24 | 53 | 40 |
| Octal | 357 | 261 | 127 | 0 | 32 | 100 | 6 | 44 | 123 | 100 |
| Binary | 11101111 | 10110001 | 1010111 | 0 | 11010 | 1000000 | 110 | 100100 | 1010011 | 1000000 |
Color Harmonies of #EFB157
Complementary color
Monochromatic Colors of #EFB157
Black with #EFB157
Text Example
Text Example
White with #EFB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB157; }
p { color: rgb(239,177,87); }
H1.HeaderClassName
{
color: #EFB157;
}
.AnyTagClassName
{
color: #EFB157;
}
</style>
background-color css
<style>
a { background-color: #EFB157; }
a { background-color: rgb(239,177,87); }
div.DivClassName
{
background-color: #EFB157;
}
.BgClassName
{
background-color: #EFB157;
}
</style>
border-color css
<style>
span { border-color: #EFB157; }
span { border-color: rgb(239,177,87); }
td.TdClassName
{
border-color: #EFB157;
}
.TagClassName
{
border-color: #EFB157;
}
</style>