Shades of Sunshade #EDA24E
Tints of Sunshade #EDA24E
RGB
CMYK
RGB Variations
Color information
#EDA24E (or 0xEDA24E) is known color: Sunshade. HEX triplet: ED, A2 and 4E. RGB value is (237,162,78). Sum of RGB (Red+Green+Blue) = 237+162+78=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA24E is #125DB1. Grayscale: #AFAFAF. Windows color (decimal): -1203634 or 5153517. OLE color: 5153517.
HSL color Cylindrical-coordinate representation of color #EDA24E: hue angle of 31.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDA24E is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 78 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.07 |
| HSL | 31.7º | 0.82% | 0.62% | - |
| HSV(B) | 31.7º | 0.67% | 0.93% | - |
| XYZ | 49.22 | 44.4 | 13.18 | - |
| YUV | 174.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 78 | 0 | 0.32 | 0.67 | 0.07 | 31.7 | 0.82 | 0.62 |
| Hex | ED | A2 | 4E | 0 | 20 | 43 | 7 | 20 | 52 | 3E |
| Octal | 355 | 242 | 116 | 0 | 40 | 103 | 7 | 40 | 122 | 76 |
| Binary | 11101101 | 10100010 | 1001110 | 0 | 100000 | 1000011 | 111 | 100000 | 1010010 | 111110 |
Color Harmonies of #EDA24E
Complementary color
Monochromatic Colors of #EDA24E
Black with #EDA24E
Text Example
Text Example
White with #EDA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA24E; }
p { color: rgb(237,162,78); }
H1.HeaderClassName
{
color: #EDA24E;
}
.AnyTagClassName
{
color: #EDA24E;
}
</style>
background-color css
<style>
a { background-color: #EDA24E; }
a { background-color: rgb(237,162,78); }
div.DivClassName
{
background-color: #EDA24E;
}
.BgClassName
{
background-color: #EDA24E;
}
</style>
border-color css
<style>
span { border-color: #EDA24E; }
span { border-color: rgb(237,162,78); }
td.TdClassName
{
border-color: #EDA24E;
}
.TagClassName
{
border-color: #EDA24E;
}
</style>