Shades of Orange #EDA900
Tints of Orange #EDA900
RGB
CMYK
RGB Variations
Color information
#EDA900 (or 0xEDA900) is known color: Orange. HEX triplet: ED, A9 and 00. RGB value is (237,169,0). Sum of RGB (Red+Green+Blue) = 237+169+0=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA900 is #1256FF. Grayscale: #AAAAAA. Windows color (decimal): -1201920 or 43501. OLE color: 43501.
HSL color Cylindrical-coordinate representation of color #EDA900: hue angle of 42.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDA900 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.07 |
| HSL | 42.78º | 1% | 0.46% | - |
| HSV(B) | 42.78º | 1% | 0.93% | - |
| XYZ | 49.11 | 46.38 | 6.36 | - |
| YUV | 170.07 | 32.03 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 0 | 0 | 0.29 | 1 | 0.07 | 42.78 | 1 | 0.46 |
| Hex | ED | A9 | 0 | 0 | 1D | 64 | 7 | 2B | 64 | 2E |
| Octal | 355 | 251 | 0 | 0 | 35 | 144 | 7 | 53 | 144 | 56 |
| Binary | 11101101 | 10101001 | 0 | 0 | 11101 | 1100100 | 111 | 101011 | 1100100 | 101110 |
Color Harmonies of #EDA900
Complementary color
Monochromatic Colors of #EDA900
Black with #EDA900
Text Example
Text Example
White with #EDA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA900; }
p { color: rgb(237,169,0); }
H1.HeaderClassName
{
color: #EDA900;
}
.AnyTagClassName
{
color: #EDA900;
}
</style>
background-color css
<style>
a { background-color: #EDA900; }
a { background-color: rgb(237,169,0); }
div.DivClassName
{
background-color: #EDA900;
}
.BgClassName
{
background-color: #EDA900;
}
</style>
border-color css
<style>
span { border-color: #EDA900; }
span { border-color: rgb(237,169,0); }
td.TdClassName
{
border-color: #EDA900;
}
.TagClassName
{
border-color: #EDA900;
}
</style>