Shades of Orange #EDA901
Tints of Orange #EDA901
RGB
CMYK
RGB Variations
Color information
#EDA901 (or 0xEDA901) is known color: Orange. HEX triplet: ED, A9 and 01. RGB value is (237,169,1). Sum of RGB (Red+Green+Blue) = 237+169+1=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA901 is #1256FE. Grayscale: #AAAAAA. Windows color (decimal): -1201919 or 109037. OLE color: 109037.
HSL color Cylindrical-coordinate representation of color #EDA901: hue angle of 42.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDA901 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.07 |
| HSL | 42.71º | 0.99% | 0.47% | - |
| HSV(B) | 42.71º | 1% | 0.93% | - |
| XYZ | 49.12 | 46.38 | 6.39 | - |
| YUV | 170.18 | 32.53 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 1 | 0 | 0.29 | 1.00 | 0.07 | 42.71 | 0.99 | 0.47 |
| Hex | ED | A9 | 1 | 0 | 1D | 64 | 7 | 2B | 63 | 2F |
| Octal | 355 | 251 | 1 | 0 | 35 | 144 | 7 | 53 | 143 | 57 |
| Binary | 11101101 | 10101001 | 1 | 0 | 11101 | 1100100 | 111 | 101011 | 1100011 | 101111 |
Color Harmonies of #EDA901
Complementary color
Monochromatic Colors of #EDA901
Black with #EDA901
Text Example
Text Example
White with #EDA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA901; }
p { color: rgb(237,169,1); }
H1.HeaderClassName
{
color: #EDA901;
}
.AnyTagClassName
{
color: #EDA901;
}
</style>
background-color css
<style>
a { background-color: #EDA901; }
a { background-color: rgb(237,169,1); }
div.DivClassName
{
background-color: #EDA901;
}
.BgClassName
{
background-color: #EDA901;
}
</style>
border-color css
<style>
span { border-color: #EDA901; }
span { border-color: rgb(237,169,1); }
td.TdClassName
{
border-color: #EDA901;
}
.TagClassName
{
border-color: #EDA901;
}
</style>