Shades of Casablanca #EFA94D
Tints of Casablanca #EFA94D
RGB
CMYK
RGB Variations
Color information
#EFA94D (or 0xEFA94D) is known color: Casablanca. HEX triplet: EF, A9 and 4D. RGB value is (239,169,77). Sum of RGB (Red+Green+Blue) = 239+169+77=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA94D is #1056B2. Grayscale: #B3B3B3. Windows color (decimal): -1070771 or 5089775. OLE color: 5089775.
HSL color Cylindrical-coordinate representation of color #EFA94D: hue angle of 34.07º 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 #EFA94D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 77 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.06 |
| HSL | 34.07º | 0.84% | 0.62% | - |
| HSV(B) | 34.07º | 0.68% | 0.94% | - |
| XYZ | 51.12 | 47.26 | 13.45 | - |
| YUV | 179.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 77 | 0 | 0.29 | 0.68 | 0.06 | 34.07 | 0.84 | 0.62 |
| Hex | EF | A9 | 4D | 0 | 1D | 44 | 6 | 22 | 54 | 3E |
| Octal | 357 | 251 | 115 | 0 | 35 | 104 | 6 | 42 | 124 | 76 |
| Binary | 11101111 | 10101001 | 1001101 | 0 | 11101 | 1000100 | 110 | 100010 | 1010100 | 111110 |
Color Harmonies of #EFA94D
Complementary color
Monochromatic Colors of #EFA94D
Black with #EFA94D
Text Example
Text Example
White with #EFA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA94D; }
p { color: rgb(239,169,77); }
H1.HeaderClassName
{
color: #EFA94D;
}
.AnyTagClassName
{
color: #EFA94D;
}
</style>
background-color css
<style>
a { background-color: #EFA94D; }
a { background-color: rgb(239,169,77); }
div.DivClassName
{
background-color: #EFA94D;
}
.BgClassName
{
background-color: #EFA94D;
}
</style>
border-color css
<style>
span { border-color: #EFA94D; }
span { border-color: rgb(239,169,77); }
td.TdClassName
{
border-color: #EFA94D;
}
.TagClassName
{
border-color: #EFA94D;
}
</style>