Shades of Casablanca #EFAC55
Tints of Casablanca #EFAC55
RGB
CMYK
RGB Variations
Color information
#EFAC55 (or 0xEFAC55) is known color: Casablanca. HEX triplet: EF, AC and 55. RGB value is (239,172,85). Sum of RGB (Red+Green+Blue) = 239+172+85=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC55 is #1053AA. Grayscale: #B6B6B6. Windows color (decimal): -1069995 or 5614831. OLE color: 5614831.
HSL color Cylindrical-coordinate representation of color #EFAC55: hue angle of 33.9º 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 #EFAC55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.06 |
| HSL | 33.9º | 0.83% | 0.64% | - |
| HSV(B) | 33.9º | 0.64% | 0.94% | - |
| XYZ | 51.99 | 48.51 | 15.22 | - |
| YUV | 182.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 85 | 0 | 0.28 | 0.64 | 0.06 | 33.9 | 0.83 | 0.64 |
| Hex | EF | AC | 55 | 0 | 1C | 40 | 6 | 22 | 53 | 40 |
| Octal | 357 | 254 | 125 | 0 | 34 | 100 | 6 | 42 | 123 | 100 |
| Binary | 11101111 | 10101100 | 1010101 | 0 | 11100 | 1000000 | 110 | 100010 | 1010011 | 1000000 |
Color Harmonies of #EFAC55
Complementary color
Monochromatic Colors of #EFAC55
Black with #EFAC55
Text Example
Text Example
White with #EFAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC55; }
p { color: rgb(239,172,85); }
H1.HeaderClassName
{
color: #EFAC55;
}
.AnyTagClassName
{
color: #EFAC55;
}
</style>
background-color css
<style>
a { background-color: #EFAC55; }
a { background-color: rgb(239,172,85); }
div.DivClassName
{
background-color: #EFAC55;
}
.BgClassName
{
background-color: #EFAC55;
}
</style>
border-color css
<style>
span { border-color: #EFAC55; }
span { border-color: rgb(239,172,85); }
td.TdClassName
{
border-color: #EFAC55;
}
.TagClassName
{
border-color: #EFAC55;
}
</style>