Shades of Sunshade #EEA14F
Tints of Sunshade #EEA14F
RGB
CMYK
RGB Variations
Color information
#EEA14F (or 0xEEA14F) is known color: Sunshade. HEX triplet: EE, A1 and 4F. RGB value is (238,161,79). Sum of RGB (Red+Green+Blue) = 238+161+79=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA14F is #115EB0. Grayscale: #AFAFAF. Windows color (decimal): -1138353 or 5218798. OLE color: 5218798.
HSL color Cylindrical-coordinate representation of color #EEA14F: hue angle of 30.94º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEA14F is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 79 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.07 |
| HSL | 30.94º | 0.82% | 0.62% | - |
| HSV(B) | 30.94º | 0.67% | 0.93% | - |
| XYZ | 49.42 | 44.23 | 13.33 | - |
| YUV | 174.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 79 | 0 | 0.32 | 0.67 | 0.07 | 30.94 | 0.82 | 0.62 |
| Hex | EE | A1 | 4F | 0 | 20 | 43 | 7 | 1F | 52 | 3E |
| Octal | 356 | 241 | 117 | 0 | 40 | 103 | 7 | 37 | 122 | 76 |
| Binary | 11101110 | 10100001 | 1001111 | 0 | 100000 | 1000011 | 111 | 11111 | 1010010 | 111110 |
Color Harmonies of #EEA14F
Complementary color
Monochromatic Colors of #EEA14F
Black with #EEA14F
Text Example
Text Example
White with #EEA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA14F; }
p { color: rgb(238,161,79); }
H1.HeaderClassName
{
color: #EEA14F;
}
.AnyTagClassName
{
color: #EEA14F;
}
</style>
background-color css
<style>
a { background-color: #EEA14F; }
a { background-color: rgb(238,161,79); }
div.DivClassName
{
background-color: #EEA14F;
}
.BgClassName
{
background-color: #EEA14F;
}
</style>
border-color css
<style>
span { border-color: #EEA14F; }
span { border-color: rgb(238,161,79); }
td.TdClassName
{
border-color: #EEA14F;
}
.TagClassName
{
border-color: #EEA14F;
}
</style>