Shades of Casablanca #EFA54D
Tints of Casablanca #EFA54D
RGB
CMYK
RGB Variations
Color information
#EFA54D (or 0xEFA54D) is known color: Casablanca. HEX triplet: EF, A5 and 4D. RGB value is (239,165,77). Sum of RGB (Red+Green+Blue) = 239+165+77=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA54D is #105AB2. Grayscale: #B1B1B1. Windows color (decimal): -1071795 or 5088751. OLE color: 5088751.
HSL color Cylindrical-coordinate representation of color #EFA54D: hue angle of 32.59º 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 #EFA54D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 77 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.06 |
| HSL | 32.59º | 0.84% | 0.62% | - |
| HSV(B) | 32.59º | 0.68% | 0.94% | - |
| XYZ | 50.39 | 45.8 | 13.2 | - |
| YUV | 177.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 77 | 0 | 0.31 | 0.68 | 0.06 | 32.59 | 0.84 | 0.62 |
| Hex | EF | A5 | 4D | 0 | 1F | 44 | 6 | 21 | 54 | 3E |
| Octal | 357 | 245 | 115 | 0 | 37 | 104 | 6 | 41 | 124 | 76 |
| Binary | 11101111 | 10100101 | 1001101 | 0 | 11111 | 1000100 | 110 | 100001 | 1010100 | 111110 |
Color Harmonies of #EFA54D
Complementary color
Monochromatic Colors of #EFA54D
Black with #EFA54D
Text Example
Text Example
White with #EFA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA54D; }
p { color: rgb(239,165,77); }
H1.HeaderClassName
{
color: #EFA54D;
}
.AnyTagClassName
{
color: #EFA54D;
}
</style>
background-color css
<style>
a { background-color: #EFA54D; }
a { background-color: rgb(239,165,77); }
div.DivClassName
{
background-color: #EFA54D;
}
.BgClassName
{
background-color: #EFA54D;
}
</style>
border-color css
<style>
span { border-color: #EFA54D; }
span { border-color: rgb(239,165,77); }
td.TdClassName
{
border-color: #EFA54D;
}
.TagClassName
{
border-color: #EFA54D;
}
</style>