Shades of Sunshade #EEA14D
Tints of Sunshade #EEA14D
RGB
CMYK
RGB Variations
Color information
#EEA14D (or 0xEEA14D) is known color: Sunshade. HEX triplet: EE, A1 and 4D. RGB value is (238,161,77). Sum of RGB (Red+Green+Blue) = 238+161+77=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA14D is #115EB2. Grayscale: #AEAEAE. Windows color (decimal): -1138355 or 5087726. OLE color: 5087726.
HSL color Cylindrical-coordinate representation of color #EEA14D: hue angle of 31.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEA14D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 77 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 31.3º | 0.83% | 0.62% | - |
| HSV(B) | 31.3º | 0.68% | 0.93% | - |
| XYZ | 49.34 | 44.2 | 12.95 | - |
| YUV | 174.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 77 | 0 | 0.32 | 0.68 | 0.07 | 31.3 | 0.83 | 0.62 |
| Hex | EE | A1 | 4D | 0 | 20 | 44 | 7 | 1F | 53 | 3E |
| Octal | 356 | 241 | 115 | 0 | 40 | 104 | 7 | 37 | 123 | 76 |
| Binary | 11101110 | 10100001 | 1001101 | 0 | 100000 | 1000100 | 111 | 11111 | 1010011 | 111110 |
Color Harmonies of #EEA14D
Complementary color
Monochromatic Colors of #EEA14D
Black with #EEA14D
Text Example
Text Example
White with #EEA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA14D; }
p { color: rgb(238,161,77); }
H1.HeaderClassName
{
color: #EEA14D;
}
.AnyTagClassName
{
color: #EEA14D;
}
</style>
background-color css
<style>
a { background-color: #EEA14D; }
a { background-color: rgb(238,161,77); }
div.DivClassName
{
background-color: #EEA14D;
}
.BgClassName
{
background-color: #EEA14D;
}
</style>
border-color css
<style>
span { border-color: #EEA14D; }
span { border-color: rgb(238,161,77); }
td.TdClassName
{
border-color: #EEA14D;
}
.TagClassName
{
border-color: #EEA14D;
}
</style>