Shades of Sunshade #EDA350
Tints of Sunshade #EDA350
RGB
CMYK
RGB Variations
Color information
#EDA350 (or 0xEDA350) is known color: Sunshade. HEX triplet: ED, A3 and 50. RGB value is (237,163,80). Sum of RGB (Red+Green+Blue) = 237+163+80=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA350 is #125CAF. Grayscale: #B0B0B0. Windows color (decimal): -1203376 or 5284845. OLE color: 5284845.
HSL color Cylindrical-coordinate representation of color #EDA350: hue angle of 31.72º 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 #EDA350 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 80 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.07 |
| HSL | 31.72º | 0.81% | 0.62% | - |
| HSV(B) | 31.72º | 0.66% | 0.93% | - |
| XYZ | 49.47 | 44.78 | 13.63 | - |
| YUV | 175.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 80 | 0 | 0.31 | 0.66 | 0.07 | 31.72 | 0.81 | 0.62 |
| Hex | ED | A3 | 50 | 0 | 1F | 42 | 7 | 20 | 51 | 3E |
| Octal | 355 | 243 | 120 | 0 | 37 | 102 | 7 | 40 | 121 | 76 |
| Binary | 11101101 | 10100011 | 1010000 | 0 | 11111 | 1000010 | 111 | 100000 | 1010001 | 111110 |
Color Harmonies of #EDA350
Complementary color
Monochromatic Colors of #EDA350
Black with #EDA350
Text Example
Text Example
White with #EDA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA350; }
p { color: rgb(237,163,80); }
H1.HeaderClassName
{
color: #EDA350;
}
.AnyTagClassName
{
color: #EDA350;
}
</style>
background-color css
<style>
a { background-color: #EDA350; }
a { background-color: rgb(237,163,80); }
div.DivClassName
{
background-color: #EDA350;
}
.BgClassName
{
background-color: #EDA350;
}
</style>
border-color css
<style>
span { border-color: #EDA350; }
span { border-color: rgb(237,163,80); }
td.TdClassName
{
border-color: #EDA350;
}
.TagClassName
{
border-color: #EDA350;
}
</style>