Shades of Casablanca #EFAB57
Tints of Casablanca #EFAB57
RGB
CMYK
RGB Variations
Color information
#EFAB57 (or 0xEFAB57) is known color: Casablanca. HEX triplet: EF, AB and 57. RGB value is (239,171,87). Sum of RGB (Red+Green+Blue) = 239+171+87=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB57 is #1054A8. Grayscale: #B6B6B6. Windows color (decimal): -1070249 or 5745647. OLE color: 5745647.
HSL color Cylindrical-coordinate representation of color #EFAB57: hue angle of 33.16º 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 #EFAB57 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 87 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.06 |
| HSL | 33.16º | 0.83% | 0.64% | - |
| HSV(B) | 33.16º | 0.64% | 0.94% | - |
| XYZ | 51.88 | 48.16 | 15.58 | - |
| YUV | 181.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 87 | 0 | 0.28 | 0.64 | 0.06 | 33.16 | 0.83 | 0.64 |
| Hex | EF | AB | 57 | 0 | 1C | 40 | 6 | 21 | 53 | 40 |
| Octal | 357 | 253 | 127 | 0 | 34 | 100 | 6 | 41 | 123 | 100 |
| Binary | 11101111 | 10101011 | 1010111 | 0 | 11100 | 1000000 | 110 | 100001 | 1010011 | 1000000 |
Color Harmonies of #EFAB57
Complementary color
Monochromatic Colors of #EFAB57
Black with #EFAB57
Text Example
Text Example
White with #EFAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB57; }
p { color: rgb(239,171,87); }
H1.HeaderClassName
{
color: #EFAB57;
}
.AnyTagClassName
{
color: #EFAB57;
}
</style>
background-color css
<style>
a { background-color: #EFAB57; }
a { background-color: rgb(239,171,87); }
div.DivClassName
{
background-color: #EFAB57;
}
.BgClassName
{
background-color: #EFAB57;
}
</style>
border-color css
<style>
span { border-color: #EFAB57; }
span { border-color: rgb(239,171,87); }
td.TdClassName
{
border-color: #EFAB57;
}
.TagClassName
{
border-color: #EFAB57;
}
</style>