Shades of Sunshade #EDA448
Tints of Sunshade #EDA448
RGB
CMYK
RGB Variations
Color information
#EDA448 (or 0xEDA448) is known color: Sunshade. HEX triplet: ED, A4 and 48. RGB value is (237,164,72). Sum of RGB (Red+Green+Blue) = 237+164+72=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA448 is #125BB7. Grayscale: #AFAFAF. Windows color (decimal): -1203128 or 4760813. OLE color: 4760813.
HSL color Cylindrical-coordinate representation of color #EDA448: hue angle of 33.45º 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 #EDA448 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 72 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.07 |
| HSL | 33.45º | 0.82% | 0.61% | - |
| HSV(B) | 33.45º | 0.7% | 0.93% | - |
| XYZ | 49.37 | 45.02 | 12.22 | - |
| YUV | 175.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 72 | 0 | 0.31 | 0.70 | 0.07 | 33.45 | 0.82 | 0.61 |
| Hex | ED | A4 | 48 | 0 | 1F | 46 | 7 | 21 | 52 | 3D |
| Octal | 355 | 244 | 110 | 0 | 37 | 106 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100100 | 1001000 | 0 | 11111 | 1000110 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA448
Complementary color
Monochromatic Colors of #EDA448
Black with #EDA448
Text Example
Text Example
White with #EDA448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA448; }
p { color: rgb(237,164,72); }
H1.HeaderClassName
{
color: #EDA448;
}
.AnyTagClassName
{
color: #EDA448;
}
</style>
background-color css
<style>
a { background-color: #EDA448; }
a { background-color: rgb(237,164,72); }
div.DivClassName
{
background-color: #EDA448;
}
.BgClassName
{
background-color: #EDA448;
}
</style>
border-color css
<style>
span { border-color: #EDA448; }
span { border-color: rgb(237,164,72); }
td.TdClassName
{
border-color: #EDA448;
}
.TagClassName
{
border-color: #EDA448;
}
</style>