Shades of Sunshade #EEA14B
Tints of Sunshade #EEA14B
RGB
CMYK
RGB Variations
Color information
#EEA14B (or 0xEEA14B) is known color: Sunshade. HEX triplet: EE, A1 and 4B. RGB value is (238,161,75). Sum of RGB (Red+Green+Blue) = 238+161+75=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA14B is #115EB4. Grayscale: #AEAEAE. Windows color (decimal): -1138357 or 4956654. OLE color: 4956654.
HSL color Cylindrical-coordinate representation of color #EEA14B: hue angle of 31.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEA14B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 75 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.07 |
| HSL | 31.66º | 0.83% | 0.61% | - |
| HSV(B) | 31.66º | 0.68% | 0.93% | - |
| XYZ | 49.27 | 44.17 | 12.59 | - |
| YUV | 174.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 75 | 0 | 0.32 | 0.68 | 0.07 | 31.66 | 0.83 | 0.61 |
| Hex | EE | A1 | 4B | 0 | 20 | 44 | 7 | 20 | 53 | 3D |
| Octal | 356 | 241 | 113 | 0 | 40 | 104 | 7 | 40 | 123 | 75 |
| Binary | 11101110 | 10100001 | 1001011 | 0 | 100000 | 1000100 | 111 | 100000 | 1010011 | 111101 |
Color Harmonies of #EEA14B
Complementary color
Monochromatic Colors of #EEA14B
Black with #EEA14B
Text Example
Text Example
White with #EEA14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA14B; }
p { color: rgb(238,161,75); }
H1.HeaderClassName
{
color: #EEA14B;
}
.AnyTagClassName
{
color: #EEA14B;
}
</style>
background-color css
<style>
a { background-color: #EEA14B; }
a { background-color: rgb(238,161,75); }
div.DivClassName
{
background-color: #EEA14B;
}
.BgClassName
{
background-color: #EEA14B;
}
</style>
border-color css
<style>
span { border-color: #EEA14B; }
span { border-color: rgb(238,161,75); }
td.TdClassName
{
border-color: #EEA14B;
}
.TagClassName
{
border-color: #EEA14B;
}
</style>