Shades of Sunshade #EDA446
Tints of Sunshade #EDA446
RGB
CMYK
RGB Variations
Color information
#EDA446 (or 0xEDA446) is known color: Sunshade. HEX triplet: ED, A4 and 46. RGB value is (237,164,70). Sum of RGB (Red+Green+Blue) = 237+164+70=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA446 is #125BB9. Grayscale: #AFAFAF. Windows color (decimal): -1203130 or 4629741. OLE color: 4629741.
HSL color Cylindrical-coordinate representation of color #EDA446: hue angle of 33.77º 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 #EDA446 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 70 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.07 |
| HSL | 33.77º | 0.82% | 0.6% | - |
| HSV(B) | 33.77º | 0.7% | 0.93% | - |
| XYZ | 49.31 | 45 | 11.88 | - |
| YUV | 175.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 70 | 0 | 0.31 | 0.70 | 0.07 | 33.77 | 0.82 | 0.6 |
| Hex | ED | A4 | 46 | 0 | 1F | 46 | 7 | 22 | 52 | 3C |
| Octal | 355 | 244 | 106 | 0 | 37 | 106 | 7 | 42 | 122 | 74 |
| Binary | 11101101 | 10100100 | 1000110 | 0 | 11111 | 1000110 | 111 | 100010 | 1010010 | 111100 |
Color Harmonies of #EDA446
Complementary color
Monochromatic Colors of #EDA446
Black with #EDA446
Text Example
Text Example
White with #EDA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA446; }
p { color: rgb(237,164,70); }
H1.HeaderClassName
{
color: #EDA446;
}
.AnyTagClassName
{
color: #EDA446;
}
</style>
background-color css
<style>
a { background-color: #EDA446; }
a { background-color: rgb(237,164,70); }
div.DivClassName
{
background-color: #EDA446;
}
.BgClassName
{
background-color: #EDA446;
}
</style>
border-color css
<style>
span { border-color: #EDA446; }
span { border-color: rgb(237,164,70); }
td.TdClassName
{
border-color: #EDA446;
}
.TagClassName
{
border-color: #EDA446;
}
</style>