Shades of Sunshade #EDA250
Tints of Sunshade #EDA250
RGB
CMYK
RGB Variations
Color information
#EDA250 (or 0xEDA250) is known color: Sunshade. HEX triplet: ED, A2 and 50. RGB value is (237,162,80). Sum of RGB (Red+Green+Blue) = 237+162+80=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA250 is #125DAF. Grayscale: #AFAFAF. Windows color (decimal): -1203632 or 5284589. OLE color: 5284589.
HSL color Cylindrical-coordinate representation of color #EDA250: hue angle of 31.34º degrees, saturation: 0.81, 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 #EDA250 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 80 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 31.34º | 0.81% | 0.62% | - |
| HSV(B) | 31.34º | 0.66% | 0.93% | - |
| XYZ | 49.29 | 44.42 | 13.57 | - |
| YUV | 175.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 80 | 0 | 0.32 | 0.66 | 0.07 | 31.34 | 0.81 | 0.62 |
| Hex | ED | A2 | 50 | 0 | 20 | 42 | 7 | 1F | 51 | 3E |
| Octal | 355 | 242 | 120 | 0 | 40 | 102 | 7 | 37 | 121 | 76 |
| Binary | 11101101 | 10100010 | 1010000 | 0 | 100000 | 1000010 | 111 | 11111 | 1010001 | 111110 |
Color Harmonies of #EDA250
Complementary color
Monochromatic Colors of #EDA250
Black with #EDA250
Text Example
Text Example
White with #EDA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA250; }
p { color: rgb(237,162,80); }
H1.HeaderClassName
{
color: #EDA250;
}
.AnyTagClassName
{
color: #EDA250;
}
</style>
background-color css
<style>
a { background-color: #EDA250; }
a { background-color: rgb(237,162,80); }
div.DivClassName
{
background-color: #EDA250;
}
.BgClassName
{
background-color: #EDA250;
}
</style>
border-color css
<style>
span { border-color: #EDA250; }
span { border-color: rgb(237,162,80); }
td.TdClassName
{
border-color: #EDA250;
}
.TagClassName
{
border-color: #EDA250;
}
</style>