Shades of Sunshade #EEA150
Tints of Sunshade #EEA150
RGB
CMYK
RGB Variations
Color information
#EEA150 (or 0xEEA150) is known color: Sunshade. HEX triplet: EE, A1 and 50. RGB value is (238,161,80). Sum of RGB (Red+Green+Blue) = 238+161+80=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA150 is #115EAF. Grayscale: #AFAFAF. Windows color (decimal): -1138352 or 5284334. OLE color: 5284334.
HSL color Cylindrical-coordinate representation of color #EEA150: hue angle of 30.76º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEA150 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 80 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 30.76º | 0.82% | 0.62% | - |
| HSV(B) | 30.76º | 0.66% | 0.93% | - |
| XYZ | 49.45 | 44.25 | 13.52 | - |
| YUV | 174.79 | 74.51 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 80 | 0 | 0.32 | 0.66 | 0.07 | 30.76 | 0.82 | 0.62 |
| Hex | EE | A1 | 50 | 0 | 20 | 42 | 7 | 1F | 52 | 3E |
| Octal | 356 | 241 | 120 | 0 | 40 | 102 | 7 | 37 | 122 | 76 |
| Binary | 11101110 | 10100001 | 1010000 | 0 | 100000 | 1000010 | 111 | 11111 | 1010010 | 111110 |
Color Harmonies of #EEA150
Complementary color
Monochromatic Colors of #EEA150
Black with #EEA150
Text Example
Text Example
White with #EEA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA150; }
p { color: rgb(238,161,80); }
H1.HeaderClassName
{
color: #EEA150;
}
.AnyTagClassName
{
color: #EEA150;
}
</style>
background-color css
<style>
a { background-color: #EEA150; }
a { background-color: rgb(238,161,80); }
div.DivClassName
{
background-color: #EEA150;
}
.BgClassName
{
background-color: #EEA150;
}
</style>
border-color css
<style>
span { border-color: #EEA150; }
span { border-color: rgb(238,161,80); }
td.TdClassName
{
border-color: #EEA150;
}
.TagClassName
{
border-color: #EEA150;
}
</style>