Shades of Casablanca #EFA849
Tints of Casablanca #EFA849
RGB
CMYK
RGB Variations
Color information
#EFA849 (or 0xEFA849) is known color: Casablanca. HEX triplet: EF, A8 and 49. RGB value is (239,168,73). Sum of RGB (Red+Green+Blue) = 239+168+73=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA849 is #1057B6. Grayscale: #B2B2B2. Windows color (decimal): -1071031 or 4827375. OLE color: 4827375.
HSL color Cylindrical-coordinate representation of color #EFA849: hue angle of 34.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA849 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 73 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.06 |
| HSL | 34.34º | 0.84% | 0.61% | - |
| HSV(B) | 34.34º | 0.69% | 0.94% | - |
| XYZ | 50.8 | 46.84 | 12.67 | - |
| YUV | 178.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 73 | 0 | 0.30 | 0.69 | 0.06 | 34.34 | 0.84 | 0.61 |
| Hex | EF | A8 | 49 | 0 | 1E | 45 | 6 | 22 | 54 | 3D |
| Octal | 357 | 250 | 111 | 0 | 36 | 105 | 6 | 42 | 124 | 75 |
| Binary | 11101111 | 10101000 | 1001001 | 0 | 11110 | 1000101 | 110 | 100010 | 1010100 | 111101 |
Color Harmonies of #EFA849
Complementary color
Monochromatic Colors of #EFA849
Black with #EFA849
Text Example
Text Example
White with #EFA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA849; }
p { color: rgb(239,168,73); }
H1.HeaderClassName
{
color: #EFA849;
}
.AnyTagClassName
{
color: #EFA849;
}
</style>
background-color css
<style>
a { background-color: #EFA849; }
a { background-color: rgb(239,168,73); }
div.DivClassName
{
background-color: #EFA849;
}
.BgClassName
{
background-color: #EFA849;
}
</style>
border-color css
<style>
span { border-color: #EFA849; }
span { border-color: rgb(239,168,73); }
td.TdClassName
{
border-color: #EFA849;
}
.TagClassName
{
border-color: #EFA849;
}
</style>