Shades of Casablanca #EFAB54
Tints of Casablanca #EFAB54
RGB
CMYK
RGB Variations
Color information
#EFAB54 (or 0xEFAB54) is known color: Casablanca. HEX triplet: EF, AB and 54. RGB value is (239,171,84). Sum of RGB (Red+Green+Blue) = 239+171+84=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB54 is #1054AB. Grayscale: #B5B5B5. Windows color (decimal): -1070252 or 5549039. OLE color: 5549039.
HSL color Cylindrical-coordinate representation of color #EFAB54: hue angle of 33.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFAB54 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 84 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.06 |
| HSL | 33.68º | 0.83% | 0.63% | - |
| HSV(B) | 33.68º | 0.65% | 0.94% | - |
| XYZ | 51.76 | 48.12 | 14.95 | - |
| YUV | 181.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 84 | 0 | 0.28 | 0.65 | 0.06 | 33.68 | 0.83 | 0.63 |
| Hex | EF | AB | 54 | 0 | 1C | 41 | 6 | 22 | 53 | 3F |
| Octal | 357 | 253 | 124 | 0 | 34 | 101 | 6 | 42 | 123 | 77 |
| Binary | 11101111 | 10101011 | 1010100 | 0 | 11100 | 1000001 | 110 | 100010 | 1010011 | 111111 |
Color Harmonies of #EFAB54
Complementary color
Monochromatic Colors of #EFAB54
Black with #EFAB54
Text Example
Text Example
White with #EFAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB54; }
p { color: rgb(239,171,84); }
H1.HeaderClassName
{
color: #EFAB54;
}
.AnyTagClassName
{
color: #EFAB54;
}
</style>
background-color css
<style>
a { background-color: #EFAB54; }
a { background-color: rgb(239,171,84); }
div.DivClassName
{
background-color: #EFAB54;
}
.BgClassName
{
background-color: #EFAB54;
}
</style>
border-color css
<style>
span { border-color: #EFAB54; }
span { border-color: rgb(239,171,84); }
td.TdClassName
{
border-color: #EFAB54;
}
.TagClassName
{
border-color: #EFAB54;
}
</style>