Shades of Casablanca #EFAB55
Tints of Casablanca #EFAB55
RGB
CMYK
RGB Variations
Color information
#EFAB55 (or 0xEFAB55) is known color: Casablanca. HEX triplet: EF, AB and 55. RGB value is (239,171,85). Sum of RGB (Red+Green+Blue) = 239+171+85=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB55 is #1054AA. Grayscale: #B5B5B5. Windows color (decimal): -1070251 or 5614575. OLE color: 5614575.
HSL color Cylindrical-coordinate representation of color #EFAB55: hue angle of 33.51º 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 #EFAB55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.06 |
| HSL | 33.51º | 0.83% | 0.64% | - |
| HSV(B) | 33.51º | 0.64% | 0.94% | - |
| XYZ | 51.8 | 48.13 | 15.15 | - |
| YUV | 181.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 85 | 0 | 0.28 | 0.64 | 0.06 | 33.51 | 0.83 | 0.64 |
| Hex | EF | AB | 55 | 0 | 1C | 40 | 6 | 22 | 53 | 40 |
| Octal | 357 | 253 | 125 | 0 | 34 | 100 | 6 | 42 | 123 | 100 |
| Binary | 11101111 | 10101011 | 1010101 | 0 | 11100 | 1000000 | 110 | 100010 | 1010011 | 1000000 |
Color Harmonies of #EFAB55
Complementary color
Monochromatic Colors of #EFAB55
Black with #EFAB55
Text Example
Text Example
White with #EFAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB55; }
p { color: rgb(239,171,85); }
H1.HeaderClassName
{
color: #EFAB55;
}
.AnyTagClassName
{
color: #EFAB55;
}
</style>
background-color css
<style>
a { background-color: #EFAB55; }
a { background-color: rgb(239,171,85); }
div.DivClassName
{
background-color: #EFAB55;
}
.BgClassName
{
background-color: #EFAB55;
}
</style>
border-color css
<style>
span { border-color: #EFAB55; }
span { border-color: rgb(239,171,85); }
td.TdClassName
{
border-color: #EFAB55;
}
.TagClassName
{
border-color: #EFAB55;
}
</style>