Shades of Casablanca #EFAC54
Tints of Casablanca #EFAC54
RGB
CMYK
RGB Variations
Color information
#EFAC54 (or 0xEFAC54) is known color: Casablanca. HEX triplet: EF, AC and 54. RGB value is (239,172,84). Sum of RGB (Red+Green+Blue) = 239+172+84=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC54 is #1053AB. Grayscale: #B6B6B6. Windows color (decimal): -1069996 or 5549295. OLE color: 5549295.
HSL color Cylindrical-coordinate representation of color #EFAC54: hue angle of 34.06º 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 #EFAC54 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 84 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.06 |
| HSL | 34.06º | 0.83% | 0.63% | - |
| HSV(B) | 34.06º | 0.65% | 0.94% | - |
| XYZ | 51.95 | 48.5 | 15.01 | - |
| YUV | 182 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 84 | 0 | 0.28 | 0.65 | 0.06 | 34.06 | 0.83 | 0.63 |
| Hex | EF | AC | 54 | 0 | 1C | 41 | 6 | 22 | 53 | 3F |
| Octal | 357 | 254 | 124 | 0 | 34 | 101 | 6 | 42 | 123 | 77 |
| Binary | 11101111 | 10101100 | 1010100 | 0 | 11100 | 1000001 | 110 | 100010 | 1010011 | 111111 |
Color Harmonies of #EFAC54
Complementary color
Monochromatic Colors of #EFAC54
Black with #EFAC54
Text Example
Text Example
White with #EFAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC54; }
p { color: rgb(239,172,84); }
H1.HeaderClassName
{
color: #EFAC54;
}
.AnyTagClassName
{
color: #EFAC54;
}
</style>
background-color css
<style>
a { background-color: #EFAC54; }
a { background-color: rgb(239,172,84); }
div.DivClassName
{
background-color: #EFAC54;
}
.BgClassName
{
background-color: #EFAC54;
}
</style>
border-color css
<style>
span { border-color: #EFAC54; }
span { border-color: rgb(239,172,84); }
td.TdClassName
{
border-color: #EFAC54;
}
.TagClassName
{
border-color: #EFAC54;
}
</style>