Shades of Sunshade #EEA14A
Tints of Sunshade #EEA14A
RGB
CMYK
RGB Variations
Color information
#EEA14A (or 0xEEA14A) is known color: Sunshade. HEX triplet: EE, A1 and 4A. RGB value is (238,161,74). Sum of RGB (Red+Green+Blue) = 238+161+74=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA14A is #115EB5. Grayscale: #AEAEAE. Windows color (decimal): -1138358 or 4891118. OLE color: 4891118.
HSL color Cylindrical-coordinate representation of color #EEA14A: hue angle of 31.83º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEA14A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 74 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.07 |
| HSL | 31.83º | 0.83% | 0.61% | - |
| HSV(B) | 31.83º | 0.69% | 0.93% | - |
| XYZ | 49.24 | 44.16 | 12.41 | - |
| YUV | 174.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 74 | 0 | 0.32 | 0.69 | 0.07 | 31.83 | 0.83 | 0.61 |
| Hex | EE | A1 | 4A | 0 | 20 | 45 | 7 | 20 | 53 | 3D |
| Octal | 356 | 241 | 112 | 0 | 40 | 105 | 7 | 40 | 123 | 75 |
| Binary | 11101110 | 10100001 | 1001010 | 0 | 100000 | 1000101 | 111 | 100000 | 1010011 | 111101 |
Color Harmonies of #EEA14A
Complementary color
Monochromatic Colors of #EEA14A
Black with #EEA14A
Text Example
Text Example
White with #EEA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA14A; }
p { color: rgb(238,161,74); }
H1.HeaderClassName
{
color: #EEA14A;
}
.AnyTagClassName
{
color: #EEA14A;
}
</style>
background-color css
<style>
a { background-color: #EEA14A; }
a { background-color: rgb(238,161,74); }
div.DivClassName
{
background-color: #EEA14A;
}
.BgClassName
{
background-color: #EEA14A;
}
</style>
border-color css
<style>
span { border-color: #EEA14A; }
span { border-color: rgb(238,161,74); }
td.TdClassName
{
border-color: #EEA14A;
}
.TagClassName
{
border-color: #EEA14A;
}
</style>