Shades of Sunshade #EDA346
Tints of Sunshade #EDA346
RGB
CMYK
RGB Variations
Color information
#EDA346 (or 0xEDA346) is known color: Sunshade. HEX triplet: ED, A3 and 46. RGB value is (237,163,70). Sum of RGB (Red+Green+Blue) = 237+163+70=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA346 is #125CB9. Grayscale: #AEAEAE. Windows color (decimal): -1203386 or 4629485. OLE color: 4629485.
HSL color Cylindrical-coordinate representation of color #EDA346: hue angle of 33.41º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA346 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 70 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.07 |
| HSL | 33.41º | 0.82% | 0.6% | - |
| HSV(B) | 33.41º | 0.7% | 0.93% | - |
| XYZ | 49.13 | 44.64 | 11.82 | - |
| YUV | 174.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 70 | 0 | 0.31 | 0.70 | 0.07 | 33.41 | 0.82 | 0.6 |
| Hex | ED | A3 | 46 | 0 | 1F | 46 | 7 | 21 | 52 | 3C |
| Octal | 355 | 243 | 106 | 0 | 37 | 106 | 7 | 41 | 122 | 74 |
| Binary | 11101101 | 10100011 | 1000110 | 0 | 11111 | 1000110 | 111 | 100001 | 1010010 | 111100 |
Color Harmonies of #EDA346
Complementary color
Monochromatic Colors of #EDA346
Black with #EDA346
Text Example
Text Example
White with #EDA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA346; }
p { color: rgb(237,163,70); }
H1.HeaderClassName
{
color: #EDA346;
}
.AnyTagClassName
{
color: #EDA346;
}
</style>
background-color css
<style>
a { background-color: #EDA346; }
a { background-color: rgb(237,163,70); }
div.DivClassName
{
background-color: #EDA346;
}
.BgClassName
{
background-color: #EDA346;
}
</style>
border-color css
<style>
span { border-color: #EDA346; }
span { border-color: rgb(237,163,70); }
td.TdClassName
{
border-color: #EDA346;
}
.TagClassName
{
border-color: #EDA346;
}
</style>