Shades of Sunshade #EDA548
Tints of Sunshade #EDA548
RGB
CMYK
RGB Variations
Color information
#EDA548 (or 0xEDA548) is known color: Sunshade. HEX triplet: ED, A5 and 48. RGB value is (237,165,72). Sum of RGB (Red+Green+Blue) = 237+165+72=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA548 is #125AB7. Grayscale: #B0B0B0. Windows color (decimal): -1202872 or 4761069. OLE color: 4761069.
HSL color Cylindrical-coordinate representation of color #EDA548: hue angle of 33.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA548 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 72 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.07 |
| HSL | 33.82º | 0.82% | 0.61% | - |
| HSV(B) | 33.82º | 0.7% | 0.93% | - |
| XYZ | 49.55 | 45.38 | 12.28 | - |
| YUV | 175.93 | 69.35 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 72 | 0 | 0.30 | 0.70 | 0.07 | 33.82 | 0.82 | 0.61 |
| Hex | ED | A5 | 48 | 0 | 1E | 46 | 7 | 22 | 52 | 3D |
| Octal | 355 | 245 | 110 | 0 | 36 | 106 | 7 | 42 | 122 | 75 |
| Binary | 11101101 | 10100101 | 1001000 | 0 | 11110 | 1000110 | 111 | 100010 | 1010010 | 111101 |
Color Harmonies of #EDA548
Complementary color
Monochromatic Colors of #EDA548
Black with #EDA548
Text Example
Text Example
White with #EDA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA548; }
p { color: rgb(237,165,72); }
H1.HeaderClassName
{
color: #EDA548;
}
.AnyTagClassName
{
color: #EDA548;
}
</style>
background-color css
<style>
a { background-color: #EDA548; }
a { background-color: rgb(237,165,72); }
div.DivClassName
{
background-color: #EDA548;
}
.BgClassName
{
background-color: #EDA548;
}
</style>
border-color css
<style>
span { border-color: #EDA548; }
span { border-color: rgb(237,165,72); }
td.TdClassName
{
border-color: #EDA548;
}
.TagClassName
{
border-color: #EDA548;
}
</style>