Shades of Casablanca #EFAB4A
Tints of Casablanca #EFAB4A
RGB
CMYK
RGB Variations
Color information
#EFAB4A (or 0xEFAB4A) is known color: Casablanca. HEX triplet: EF, AB and 4A. RGB value is (239,171,74). Sum of RGB (Red+Green+Blue) = 239+171+74=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB4A is #1054B5. Grayscale: #B4B4B4. Windows color (decimal): -1070262 or 4893679. OLE color: 4893679.
HSL color Cylindrical-coordinate representation of color #EFAB4A: hue angle of 35.27º 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 #EFAB4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 74 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.06 |
| HSL | 35.27º | 0.84% | 0.61% | - |
| HSV(B) | 35.27º | 0.69% | 0.94% | - |
| XYZ | 51.4 | 47.97 | 13.03 | - |
| YUV | 180.27 | 68.03 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 74 | 0 | 0.28 | 0.69 | 0.06 | 35.27 | 0.84 | 0.61 |
| Hex | EF | AB | 4A | 0 | 1C | 45 | 6 | 23 | 54 | 3D |
| Octal | 357 | 253 | 112 | 0 | 34 | 105 | 6 | 43 | 124 | 75 |
| Binary | 11101111 | 10101011 | 1001010 | 0 | 11100 | 1000101 | 110 | 100011 | 1010100 | 111101 |
Color Harmonies of #EFAB4A
Complementary color
Monochromatic Colors of #EFAB4A
Black with #EFAB4A
Text Example
Text Example
White with #EFAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB4A; }
p { color: rgb(239,171,74); }
H1.HeaderClassName
{
color: #EFAB4A;
}
.AnyTagClassName
{
color: #EFAB4A;
}
</style>
background-color css
<style>
a { background-color: #EFAB4A; }
a { background-color: rgb(239,171,74); }
div.DivClassName
{
background-color: #EFAB4A;
}
.BgClassName
{
background-color: #EFAB4A;
}
</style>
border-color css
<style>
span { border-color: #EFAB4A; }
span { border-color: rgb(239,171,74); }
td.TdClassName
{
border-color: #EFAB4A;
}
.TagClassName
{
border-color: #EFAB4A;
}
</style>