Shades of Casablanca #EFAB4E
Tints of Casablanca #EFAB4E
RGB
CMYK
RGB Variations
Color information
#EFAB4E (or 0xEFAB4E) is known color: Casablanca. HEX triplet: EF, AB and 4E. RGB value is (239,171,78). Sum of RGB (Red+Green+Blue) = 239+171+78=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB4E is #1054B1. Grayscale: #B5B5B5. Windows color (decimal): -1070258 or 5155823. OLE color: 5155823.
HSL color Cylindrical-coordinate representation of color #EFAB4E: hue angle of 34.66º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFAB4E is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 78 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.06 |
| HSL | 34.66º | 0.83% | 0.62% | - |
| HSV(B) | 34.66º | 0.67% | 0.94% | - |
| XYZ | 51.53 | 48.03 | 13.76 | - |
| YUV | 180.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 78 | 0 | 0.28 | 0.67 | 0.06 | 34.66 | 0.83 | 0.62 |
| Hex | EF | AB | 4E | 0 | 1C | 43 | 6 | 23 | 53 | 3E |
| Octal | 357 | 253 | 116 | 0 | 34 | 103 | 6 | 43 | 123 | 76 |
| Binary | 11101111 | 10101011 | 1001110 | 0 | 11100 | 1000011 | 110 | 100011 | 1010011 | 111110 |
Color Harmonies of #EFAB4E
Complementary color
Monochromatic Colors of #EFAB4E
Black with #EFAB4E
Text Example
Text Example
White with #EFAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB4E; }
p { color: rgb(239,171,78); }
H1.HeaderClassName
{
color: #EFAB4E;
}
.AnyTagClassName
{
color: #EFAB4E;
}
</style>
background-color css
<style>
a { background-color: #EFAB4E; }
a { background-color: rgb(239,171,78); }
div.DivClassName
{
background-color: #EFAB4E;
}
.BgClassName
{
background-color: #EFAB4E;
}
</style>
border-color css
<style>
span { border-color: #EFAB4E; }
span { border-color: rgb(239,171,78); }
td.TdClassName
{
border-color: #EFAB4E;
}
.TagClassName
{
border-color: #EFAB4E;
}
</style>