Shades of Casablanca #EFA854
Tints of Casablanca #EFA854
RGB
CMYK
RGB Variations
Color information
#EFA854 (or 0xEFA854) is known color: Casablanca. HEX triplet: EF, A8 and 54. RGB value is (239,168,84). Sum of RGB (Red+Green+Blue) = 239+168+84=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA854 is #1057AB. Grayscale: #B4B4B4. Windows color (decimal): -1071020 or 5548271. OLE color: 5548271.
HSL color Cylindrical-coordinate representation of color #EFA854: hue angle of 32.52º 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 #EFA854 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 84 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.06 |
| HSL | 32.52º | 0.83% | 0.63% | - |
| HSV(B) | 32.52º | 0.65% | 0.94% | - |
| XYZ | 51.2 | 47 | 14.76 | - |
| YUV | 179.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 84 | 0 | 0.30 | 0.65 | 0.06 | 32.52 | 0.83 | 0.63 |
| Hex | EF | A8 | 54 | 0 | 1E | 41 | 6 | 21 | 53 | 3F |
| Octal | 357 | 250 | 124 | 0 | 36 | 101 | 6 | 41 | 123 | 77 |
| Binary | 11101111 | 10101000 | 1010100 | 0 | 11110 | 1000001 | 110 | 100001 | 1010011 | 111111 |
Color Harmonies of #EFA854
Complementary color
Monochromatic Colors of #EFA854
Black with #EFA854
Text Example
Text Example
White with #EFA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA854; }
p { color: rgb(239,168,84); }
H1.HeaderClassName
{
color: #EFA854;
}
.AnyTagClassName
{
color: #EFA854;
}
</style>
background-color css
<style>
a { background-color: #EFA854; }
a { background-color: rgb(239,168,84); }
div.DivClassName
{
background-color: #EFA854;
}
.BgClassName
{
background-color: #EFA854;
}
</style>
border-color css
<style>
span { border-color: #EFA854; }
span { border-color: rgb(239,168,84); }
td.TdClassName
{
border-color: #EFA854;
}
.TagClassName
{
border-color: #EFA854;
}
</style>