Shades of Casablanca #EFA957
Tints of Casablanca #EFA957
RGB
CMYK
RGB Variations
Color information
#EFA957 (or 0xEFA957) is known color: Casablanca. HEX triplet: EF, A9 and 57. RGB value is (239,169,87). Sum of RGB (Red+Green+Blue) = 239+169+87=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA957 is #1056A8. Grayscale: #B4B4B4. Windows color (decimal): -1070761 or 5745135. OLE color: 5745135.
HSL color Cylindrical-coordinate representation of color #EFA957: hue angle of 32.37º 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 #EFA957 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 87 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.06 |
| HSL | 32.37º | 0.83% | 0.64% | - |
| HSV(B) | 32.37º | 0.64% | 0.94% | - |
| XYZ | 51.5 | 47.41 | 15.45 | - |
| YUV | 180.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 87 | 0 | 0.29 | 0.64 | 0.06 | 32.37 | 0.83 | 0.64 |
| Hex | EF | A9 | 57 | 0 | 1D | 40 | 6 | 20 | 53 | 40 |
| Octal | 357 | 251 | 127 | 0 | 35 | 100 | 6 | 40 | 123 | 100 |
| Binary | 11101111 | 10101001 | 1010111 | 0 | 11101 | 1000000 | 110 | 100000 | 1010011 | 1000000 |
Color Harmonies of #EFA957
Complementary color
Monochromatic Colors of #EFA957
Black with #EFA957
Text Example
Text Example
White with #EFA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA957; }
p { color: rgb(239,169,87); }
H1.HeaderClassName
{
color: #EFA957;
}
.AnyTagClassName
{
color: #EFA957;
}
</style>
background-color css
<style>
a { background-color: #EFA957; }
a { background-color: rgb(239,169,87); }
div.DivClassName
{
background-color: #EFA957;
}
.BgClassName
{
background-color: #EFA957;
}
</style>
border-color css
<style>
span { border-color: #EFA957; }
span { border-color: rgb(239,169,87); }
td.TdClassName
{
border-color: #EFA957;
}
.TagClassName
{
border-color: #EFA957;
}
</style>