Shades of Casablanca #EFAB49
Tints of Casablanca #EFAB49
RGB
CMYK
RGB Variations
Color information
#EFAB49 (or 0xEFAB49) is known color: Casablanca. HEX triplet: EF, AB and 49. RGB value is (239,171,73). Sum of RGB (Red+Green+Blue) = 239+171+73=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB49 is #1054B6. Grayscale: #B4B4B4. Windows color (decimal): -1070263 or 4828143. OLE color: 4828143.
HSL color Cylindrical-coordinate representation of color #EFAB49: hue angle of 35.42º 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 #EFAB49 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 73 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.06 |
| HSL | 35.42º | 0.84% | 0.61% | - |
| HSV(B) | 35.42º | 0.69% | 0.94% | - |
| XYZ | 51.36 | 47.96 | 12.85 | - |
| YUV | 180.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 73 | 0 | 0.28 | 0.69 | 0.06 | 35.42 | 0.84 | 0.61 |
| Hex | EF | AB | 49 | 0 | 1C | 45 | 6 | 23 | 54 | 3D |
| Octal | 357 | 253 | 111 | 0 | 34 | 105 | 6 | 43 | 124 | 75 |
| Binary | 11101111 | 10101011 | 1001001 | 0 | 11100 | 1000101 | 110 | 100011 | 1010100 | 111101 |
Color Harmonies of #EFAB49
Complementary color
Monochromatic Colors of #EFAB49
Black with #EFAB49
Text Example
Text Example
White with #EFAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB49; }
p { color: rgb(239,171,73); }
H1.HeaderClassName
{
color: #EFAB49;
}
.AnyTagClassName
{
color: #EFAB49;
}
</style>
background-color css
<style>
a { background-color: #EFAB49; }
a { background-color: rgb(239,171,73); }
div.DivClassName
{
background-color: #EFAB49;
}
.BgClassName
{
background-color: #EFAB49;
}
</style>
border-color css
<style>
span { border-color: #EFAB49; }
span { border-color: rgb(239,171,73); }
td.TdClassName
{
border-color: #EFAB49;
}
.TagClassName
{
border-color: #EFAB49;
}
</style>