Shades of Sunshade #EEA250
Tints of Sunshade #EEA250
RGB
CMYK
RGB Variations
Color information
#EEA250 (or 0xEEA250) is known color: Sunshade. HEX triplet: EE, A2 and 50. RGB value is (238,162,80). Sum of RGB (Red+Green+Blue) = 238+162+80=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA250 is #115DAF. Grayscale: #AFAFAF. Windows color (decimal): -1138096 or 5284590. OLE color: 5284590.
HSL color Cylindrical-coordinate representation of color #EEA250: hue angle of 31.14º 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 #EEA250 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 80 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 31.14º | 0.82% | 0.62% | - |
| HSV(B) | 31.14º | 0.66% | 0.93% | - |
| XYZ | 49.63 | 44.6 | 13.58 | - |
| YUV | 175.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 80 | 0 | 0.32 | 0.66 | 0.07 | 31.14 | 0.82 | 0.62 |
| Hex | EE | A2 | 50 | 0 | 20 | 42 | 7 | 1F | 52 | 3E |
| Octal | 356 | 242 | 120 | 0 | 40 | 102 | 7 | 37 | 122 | 76 |
| Binary | 11101110 | 10100010 | 1010000 | 0 | 100000 | 1000010 | 111 | 11111 | 1010010 | 111110 |
Color Harmonies of #EEA250
Complementary color
Monochromatic Colors of #EEA250
Black with #EEA250
Text Example
Text Example
White with #EEA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA250; }
p { color: rgb(238,162,80); }
H1.HeaderClassName
{
color: #EEA250;
}
.AnyTagClassName
{
color: #EEA250;
}
</style>
background-color css
<style>
a { background-color: #EEA250; }
a { background-color: rgb(238,162,80); }
div.DivClassName
{
background-color: #EEA250;
}
.BgClassName
{
background-color: #EEA250;
}
</style>
border-color css
<style>
span { border-color: #EEA250; }
span { border-color: rgb(238,162,80); }
td.TdClassName
{
border-color: #EEA250;
}
.TagClassName
{
border-color: #EEA250;
}
</style>