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