Shades of Orange #EDA200
Tints of Orange #EDA200
RGB
CMYK
RGB Variations
Color information
#EDA200 (or 0xEDA200) is known color: Orange. HEX triplet: ED, A2 and 00. RGB value is (237,162,0). Sum of RGB (Red+Green+Blue) = 237+162+0=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA200 is #125DFF. Grayscale: #A6A6A6. Windows color (decimal): -1203712 or 41709. OLE color: 41709.
HSL color Cylindrical-coordinate representation of color #EDA200: hue angle of 41.01º 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 #EDA200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.07 |
| HSL | 41.01º | 1% | 0.46% | - |
| HSV(B) | 41.01º | 1% | 0.93% | - |
| XYZ | 47.85 | 43.85 | 5.94 | - |
| YUV | 165.96 | 34.35 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 0 | 0 | 0.32 | 1 | 0.07 | 41.01 | 1 | 0.46 |
| Hex | ED | A2 | 0 | 0 | 20 | 64 | 7 | 29 | 64 | 2E |
| Octal | 355 | 242 | 0 | 0 | 40 | 144 | 7 | 51 | 144 | 56 |
| Binary | 11101101 | 10100010 | 0 | 0 | 100000 | 1100100 | 111 | 101001 | 1100100 | 101110 |
Color Harmonies of #EDA200
Complementary color
Monochromatic Colors of #EDA200
Black with #EDA200
Text Example
Text Example
White with #EDA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA200; }
p { color: rgb(237,162,0); }
H1.HeaderClassName
{
color: #EDA200;
}
.AnyTagClassName
{
color: #EDA200;
}
</style>
background-color css
<style>
a { background-color: #EDA200; }
a { background-color: rgb(237,162,0); }
div.DivClassName
{
background-color: #EDA200;
}
.BgClassName
{
background-color: #EDA200;
}
</style>
border-color css
<style>
span { border-color: #EDA200; }
span { border-color: rgb(237,162,0); }
td.TdClassName
{
border-color: #EDA200;
}
.TagClassName
{
border-color: #EDA200;
}
</style>