Shades of Sunshade #EDA449
Tints of Sunshade #EDA449
RGB
CMYK
RGB Variations
Color information
#EDA449 (or 0xEDA449) is known color: Sunshade. HEX triplet: ED, A4 and 49. RGB value is (237,164,73). Sum of RGB (Red+Green+Blue) = 237+164+73=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA449 is #125BB6. Grayscale: #AFAFAF. Windows color (decimal): -1203127 or 4826349. OLE color: 4826349.
HSL color Cylindrical-coordinate representation of color #EDA449: hue angle of 33.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDA449 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 73 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.07 |
| HSL | 33.29º | 0.82% | 0.61% | - |
| HSV(B) | 33.29º | 0.69% | 0.93% | - |
| XYZ | 49.4 | 45.04 | 12.39 | - |
| YUV | 175.45 | 70.18 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 73 | 0 | 0.31 | 0.69 | 0.07 | 33.29 | 0.82 | 0.61 |
| Hex | ED | A4 | 49 | 0 | 1F | 45 | 7 | 21 | 52 | 3D |
| Octal | 355 | 244 | 111 | 0 | 37 | 105 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100100 | 1001001 | 0 | 11111 | 1000101 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA449
Complementary color
Monochromatic Colors of #EDA449
Black with #EDA449
Text Example
Text Example
White with #EDA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA449; }
p { color: rgb(237,164,73); }
H1.HeaderClassName
{
color: #EDA449;
}
.AnyTagClassName
{
color: #EDA449;
}
</style>
background-color css
<style>
a { background-color: #EDA449; }
a { background-color: rgb(237,164,73); }
div.DivClassName
{
background-color: #EDA449;
}
.BgClassName
{
background-color: #EDA449;
}
</style>
border-color css
<style>
span { border-color: #EDA449; }
span { border-color: rgb(237,164,73); }
td.TdClassName
{
border-color: #EDA449;
}
.TagClassName
{
border-color: #EDA449;
}
</style>