Shades of Sunshade #EFA152
Tints of Sunshade #EFA152
RGB
CMYK
RGB Variations
Color information
#EFA152 (or 0xEFA152) is known color: Sunshade. HEX triplet: EF, A1 and 52. RGB value is (239,161,82). Sum of RGB (Red+Green+Blue) = 239+161+82=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA152 is #105EAD. Grayscale: #AFAFAF. Windows color (decimal): -1072814 or 5415407. OLE color: 5415407.
HSL color Cylindrical-coordinate representation of color #EFA152: hue angle of 30.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFA152 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 82 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.06 |
| HSL | 30.19º | 0.83% | 0.63% | - |
| HSV(B) | 30.19º | 0.66% | 0.94% | - |
| XYZ | 49.86 | 44.45 | 13.93 | - |
| YUV | 175.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 82 | 0 | 0.33 | 0.66 | 0.06 | 30.19 | 0.83 | 0.63 |
| Hex | EF | A1 | 52 | 0 | 21 | 42 | 6 | 1E | 53 | 3F |
| Octal | 357 | 241 | 122 | 0 | 41 | 102 | 6 | 36 | 123 | 77 |
| Binary | 11101111 | 10100001 | 1010010 | 0 | 100001 | 1000010 | 110 | 11110 | 1010011 | 111111 |
Color Harmonies of #EFA152
Complementary color
Monochromatic Colors of #EFA152
Black with #EFA152
Text Example
Text Example
White with #EFA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA152; }
p { color: rgb(239,161,82); }
H1.HeaderClassName
{
color: #EFA152;
}
.AnyTagClassName
{
color: #EFA152;
}
</style>
background-color css
<style>
a { background-color: #EFA152; }
a { background-color: rgb(239,161,82); }
div.DivClassName
{
background-color: #EFA152;
}
.BgClassName
{
background-color: #EFA152;
}
</style>
border-color css
<style>
span { border-color: #EFA152; }
span { border-color: rgb(239,161,82); }
td.TdClassName
{
border-color: #EFA152;
}
.TagClassName
{
border-color: #EFA152;
}
</style>