Shades of Casablanca #EFA949
Tints of Casablanca #EFA949
RGB
CMYK
RGB Variations
Color information
#EFA949 (or 0xEFA949) is known color: Casablanca. HEX triplet: EF, A9 and 49. RGB value is (239,169,73). Sum of RGB (Red+Green+Blue) = 239+169+73=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA949 is #1056B6. Grayscale: #B3B3B3. Windows color (decimal): -1070775 or 4827631. OLE color: 4827631.
HSL color Cylindrical-coordinate representation of color #EFA949: hue angle of 34.7º 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 #EFA949 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 73 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.06 |
| HSL | 34.7º | 0.84% | 0.61% | - |
| HSV(B) | 34.7º | 0.69% | 0.94% | - |
| XYZ | 50.99 | 47.21 | 12.73 | - |
| YUV | 178.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 73 | 0 | 0.29 | 0.69 | 0.06 | 34.7 | 0.84 | 0.61 |
| Hex | EF | A9 | 49 | 0 | 1D | 45 | 6 | 23 | 54 | 3D |
| Octal | 357 | 251 | 111 | 0 | 35 | 105 | 6 | 43 | 124 | 75 |
| Binary | 11101111 | 10101001 | 1001001 | 0 | 11101 | 1000101 | 110 | 100011 | 1010100 | 111101 |
Color Harmonies of #EFA949
Complementary color
Monochromatic Colors of #EFA949
Black with #EFA949
Text Example
Text Example
White with #EFA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA949; }
p { color: rgb(239,169,73); }
H1.HeaderClassName
{
color: #EFA949;
}
.AnyTagClassName
{
color: #EFA949;
}
</style>
background-color css
<style>
a { background-color: #EFA949; }
a { background-color: rgb(239,169,73); }
div.DivClassName
{
background-color: #EFA949;
}
.BgClassName
{
background-color: #EFA949;
}
</style>
border-color css
<style>
span { border-color: #EFA949; }
span { border-color: rgb(239,169,73); }
td.TdClassName
{
border-color: #EFA949;
}
.TagClassName
{
border-color: #EFA949;
}
</style>