Shades of Sunshade #EFA54B
Tints of Sunshade #EFA54B
RGB
CMYK
RGB Variations
Color information
#EFA54B (or 0xEFA54B) is known color: Sunshade. HEX triplet: EF, A5 and 4B. RGB value is (239,165,75). Sum of RGB (Red+Green+Blue) = 239+165+75=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA54B is #105AB4. Grayscale: #B1B1B1. Windows color (decimal): -1071797 or 4957679. OLE color: 4957679.
HSL color Cylindrical-coordinate representation of color #EFA54B: hue angle of 32.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA54B is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 75 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.06 |
| HSL | 32.93º | 0.84% | 0.62% | - |
| HSV(B) | 32.93º | 0.69% | 0.94% | - |
| XYZ | 50.32 | 45.77 | 12.84 | - |
| YUV | 176.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 75 | 0 | 0.31 | 0.69 | 0.06 | 32.93 | 0.84 | 0.62 |
| Hex | EF | A5 | 4B | 0 | 1F | 45 | 6 | 21 | 54 | 3E |
| Octal | 357 | 245 | 113 | 0 | 37 | 105 | 6 | 41 | 124 | 76 |
| Binary | 11101111 | 10100101 | 1001011 | 0 | 11111 | 1000101 | 110 | 100001 | 1010100 | 111110 |
Color Harmonies of #EFA54B
Complementary color
Monochromatic Colors of #EFA54B
Black with #EFA54B
Text Example
Text Example
White with #EFA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA54B; }
p { color: rgb(239,165,75); }
H1.HeaderClassName
{
color: #EFA54B;
}
.AnyTagClassName
{
color: #EFA54B;
}
</style>
background-color css
<style>
a { background-color: #EFA54B; }
a { background-color: rgb(239,165,75); }
div.DivClassName
{
background-color: #EFA54B;
}
.BgClassName
{
background-color: #EFA54B;
}
</style>
border-color css
<style>
span { border-color: #EFA54B; }
span { border-color: rgb(239,165,75); }
td.TdClassName
{
border-color: #EFA54B;
}
.TagClassName
{
border-color: #EFA54B;
}
</style>