Shades of Sunshade #EFA150
Tints of Sunshade #EFA150
RGB
CMYK
RGB Variations
Color information
#EFA150 (or 0xEFA150) is known color: Sunshade. HEX triplet: EF, A1 and 50. RGB value is (239,161,80). Sum of RGB (Red+Green+Blue) = 239+161+80=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA150 is #105EAF. Grayscale: #AFAFAF. Windows color (decimal): -1072816 or 5284335. OLE color: 5284335.
HSL color Cylindrical-coordinate representation of color #EFA150: hue angle of 30.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFA150 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 80 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.06 |
| HSL | 30.57º | 0.83% | 0.63% | - |
| HSV(B) | 30.57º | 0.67% | 0.94% | - |
| XYZ | 49.79 | 44.42 | 13.54 | - |
| YUV | 175.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 80 | 0 | 0.33 | 0.67 | 0.06 | 30.57 | 0.83 | 0.63 |
| Hex | EF | A1 | 50 | 0 | 21 | 43 | 6 | 1F | 53 | 3F |
| Octal | 357 | 241 | 120 | 0 | 41 | 103 | 6 | 37 | 123 | 77 |
| Binary | 11101111 | 10100001 | 1010000 | 0 | 100001 | 1000011 | 110 | 11111 | 1010011 | 111111 |
Color Harmonies of #EFA150
Complementary color
Monochromatic Colors of #EFA150
Black with #EFA150
Text Example
Text Example
White with #EFA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA150; }
p { color: rgb(239,161,80); }
H1.HeaderClassName
{
color: #EFA150;
}
.AnyTagClassName
{
color: #EFA150;
}
</style>
background-color css
<style>
a { background-color: #EFA150; }
a { background-color: rgb(239,161,80); }
div.DivClassName
{
background-color: #EFA150;
}
.BgClassName
{
background-color: #EFA150;
}
</style>
border-color css
<style>
span { border-color: #EFA150; }
span { border-color: rgb(239,161,80); }
td.TdClassName
{
border-color: #EFA150;
}
.TagClassName
{
border-color: #EFA150;
}
</style>