Shades of Casablanca #EFA855
Tints of Casablanca #EFA855
RGB
CMYK
RGB Variations
Color information
#EFA855 (or 0xEFA855) is known color: Casablanca. HEX triplet: EF, A8 and 55. RGB value is (239,168,85). Sum of RGB (Red+Green+Blue) = 239+168+85=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA855 is #1057AA. Grayscale: #B4B4B4. Windows color (decimal): -1071019 or 5613807. OLE color: 5613807.
HSL color Cylindrical-coordinate representation of color #EFA855: hue angle of 32.34º 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 #EFA855 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 85 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.06 |
| HSL | 32.34º | 0.83% | 0.64% | - |
| HSV(B) | 32.34º | 0.64% | 0.94% | - |
| XYZ | 51.24 | 47.01 | 14.97 | - |
| YUV | 179.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 85 | 0 | 0.30 | 0.64 | 0.06 | 32.34 | 0.83 | 0.64 |
| Hex | EF | A8 | 55 | 0 | 1E | 40 | 6 | 20 | 53 | 40 |
| Octal | 357 | 250 | 125 | 0 | 36 | 100 | 6 | 40 | 123 | 100 |
| Binary | 11101111 | 10101000 | 1010101 | 0 | 11110 | 1000000 | 110 | 100000 | 1010011 | 1000000 |
Color Harmonies of #EFA855
Complementary color
Monochromatic Colors of #EFA855
Black with #EFA855
Text Example
Text Example
White with #EFA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA855; }
p { color: rgb(239,168,85); }
H1.HeaderClassName
{
color: #EFA855;
}
.AnyTagClassName
{
color: #EFA855;
}
</style>
background-color css
<style>
a { background-color: #EFA855; }
a { background-color: rgb(239,168,85); }
div.DivClassName
{
background-color: #EFA855;
}
.BgClassName
{
background-color: #EFA855;
}
</style>
border-color css
<style>
span { border-color: #EFA855; }
span { border-color: rgb(239,168,85); }
td.TdClassName
{
border-color: #EFA855;
}
.TagClassName
{
border-color: #EFA855;
}
</style>