Shades of Casablanca #EFAB4D
Tints of Casablanca #EFAB4D
RGB
CMYK
RGB Variations
Color information
#EFAB4D (or 0xEFAB4D) is known color: Casablanca. HEX triplet: EF, AB and 4D. RGB value is (239,171,77). Sum of RGB (Red+Green+Blue) = 239+171+77=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB4D is #1054B2. Grayscale: #B5B5B5. Windows color (decimal): -1070259 or 5090287. OLE color: 5090287.
HSL color Cylindrical-coordinate representation of color #EFAB4D: hue angle of 34.81º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFAB4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 77 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.06 |
| HSL | 34.81º | 0.84% | 0.62% | - |
| HSV(B) | 34.81º | 0.68% | 0.94% | - |
| XYZ | 51.5 | 48.01 | 13.57 | - |
| YUV | 180.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 77 | 0 | 0.28 | 0.68 | 0.06 | 34.81 | 0.84 | 0.62 |
| Hex | EF | AB | 4D | 0 | 1C | 44 | 6 | 23 | 54 | 3E |
| Octal | 357 | 253 | 115 | 0 | 34 | 104 | 6 | 43 | 124 | 76 |
| Binary | 11101111 | 10101011 | 1001101 | 0 | 11100 | 1000100 | 110 | 100011 | 1010100 | 111110 |
Color Harmonies of #EFAB4D
Complementary color
Monochromatic Colors of #EFAB4D
Black with #EFAB4D
Text Example
Text Example
White with #EFAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB4D; }
p { color: rgb(239,171,77); }
H1.HeaderClassName
{
color: #EFAB4D;
}
.AnyTagClassName
{
color: #EFAB4D;
}
</style>
background-color css
<style>
a { background-color: #EFAB4D; }
a { background-color: rgb(239,171,77); }
div.DivClassName
{
background-color: #EFAB4D;
}
.BgClassName
{
background-color: #EFAB4D;
}
</style>
border-color css
<style>
span { border-color: #EFAB4D; }
span { border-color: rgb(239,171,77); }
td.TdClassName
{
border-color: #EFAB4D;
}
.TagClassName
{
border-color: #EFAB4D;
}
</style>