Shades of Sunshade #EEA350
Tints of Sunshade #EEA350
RGB
CMYK
RGB Variations
Color information
#EEA350 (or 0xEEA350) is known color: Sunshade. HEX triplet: EE, A3 and 50. RGB value is (238,163,80). Sum of RGB (Red+Green+Blue) = 238+163+80=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA350 is #115CAF. Grayscale: #B0B0B0. Windows color (decimal): -1137840 or 5284846. OLE color: 5284846.
HSL color Cylindrical-coordinate representation of color #EEA350: hue angle of 31.52º 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 #EEA350 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 80 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 31.52º | 0.82% | 0.62% | - |
| HSV(B) | 31.52º | 0.66% | 0.93% | - |
| XYZ | 49.81 | 44.95 | 13.64 | - |
| YUV | 175.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 80 | 0 | 0.32 | 0.66 | 0.07 | 31.52 | 0.82 | 0.62 |
| Hex | EE | A3 | 50 | 0 | 20 | 42 | 7 | 20 | 52 | 3E |
| Octal | 356 | 243 | 120 | 0 | 40 | 102 | 7 | 40 | 122 | 76 |
| Binary | 11101110 | 10100011 | 1010000 | 0 | 100000 | 1000010 | 111 | 100000 | 1010010 | 111110 |
Color Harmonies of #EEA350
Complementary color
Monochromatic Colors of #EEA350
Black with #EEA350
Text Example
Text Example
White with #EEA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA350; }
p { color: rgb(238,163,80); }
H1.HeaderClassName
{
color: #EEA350;
}
.AnyTagClassName
{
color: #EEA350;
}
</style>
background-color css
<style>
a { background-color: #EEA350; }
a { background-color: rgb(238,163,80); }
div.DivClassName
{
background-color: #EEA350;
}
.BgClassName
{
background-color: #EEA350;
}
</style>
border-color css
<style>
span { border-color: #EEA350; }
span { border-color: rgb(238,163,80); }
td.TdClassName
{
border-color: #EEA350;
}
.TagClassName
{
border-color: #EEA350;
}
</style>