Shades of Casablanca #EFA84D
Tints of Casablanca #EFA84D
RGB
CMYK
RGB Variations
Color information
#EFA84D (or 0xEFA84D) is known color: Casablanca. HEX triplet: EF, A8 and 4D. RGB value is (239,168,77). Sum of RGB (Red+Green+Blue) = 239+168+77=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA84D is #1057B2. Grayscale: #B3B3B3. Windows color (decimal): -1071027 or 5089519. OLE color: 5089519.
HSL color Cylindrical-coordinate representation of color #EFA84D: hue angle of 33.7º 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 #EFA84D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.06 |
| HSL | 33.7º | 0.84% | 0.62% | - |
| HSV(B) | 33.7º | 0.68% | 0.94% | - |
| XYZ | 50.94 | 46.89 | 13.39 | - |
| YUV | 178.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 77 | 0 | 0.30 | 0.68 | 0.06 | 33.7 | 0.84 | 0.62 |
| Hex | EF | A8 | 4D | 0 | 1E | 44 | 6 | 22 | 54 | 3E |
| Octal | 357 | 250 | 115 | 0 | 36 | 104 | 6 | 42 | 124 | 76 |
| Binary | 11101111 | 10101000 | 1001101 | 0 | 11110 | 1000100 | 110 | 100010 | 1010100 | 111110 |
Color Harmonies of #EFA84D
Complementary color
Monochromatic Colors of #EFA84D
Black with #EFA84D
Text Example
Text Example
White with #EFA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA84D; }
p { color: rgb(239,168,77); }
H1.HeaderClassName
{
color: #EFA84D;
}
.AnyTagClassName
{
color: #EFA84D;
}
</style>
background-color css
<style>
a { background-color: #EFA84D; }
a { background-color: rgb(239,168,77); }
div.DivClassName
{
background-color: #EFA84D;
}
.BgClassName
{
background-color: #EFA84D;
}
</style>
border-color css
<style>
span { border-color: #EFA84D; }
span { border-color: rgb(239,168,77); }
td.TdClassName
{
border-color: #EFA84D;
}
.TagClassName
{
border-color: #EFA84D;
}
</style>