Shades of Orange #EDA801
Tints of Orange #EDA801
RGB
CMYK
RGB Variations
Color information
#EDA801 (or 0xEDA801) is known color: Orange. HEX triplet: ED, A8 and 01. RGB value is (237,168,1). Sum of RGB (Red+Green+Blue) = 237+168+1=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA801 is #1257FE. Grayscale: #AAAAAA. Windows color (decimal): -1202175 or 108781. OLE color: 108781.
HSL color Cylindrical-coordinate representation of color #EDA801: hue angle of 42.46º 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 #EDA801 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.07 |
| HSL | 42.46º | 0.99% | 0.47% | - |
| HSV(B) | 42.46º | 1% | 0.93% | - |
| XYZ | 48.93 | 46.01 | 6.33 | - |
| YUV | 169.59 | 32.86 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 1 | 0 | 0.29 | 1.00 | 0.07 | 42.46 | 0.99 | 0.47 |
| Hex | ED | A8 | 1 | 0 | 1D | 64 | 7 | 2A | 63 | 2F |
| Octal | 355 | 250 | 1 | 0 | 35 | 144 | 7 | 52 | 143 | 57 |
| Binary | 11101101 | 10101000 | 1 | 0 | 11101 | 1100100 | 111 | 101010 | 1100011 | 101111 |
Color Harmonies of #EDA801
Complementary color
Monochromatic Colors of #EDA801
Black with #EDA801
Text Example
Text Example
White with #EDA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA801; }
p { color: rgb(237,168,1); }
H1.HeaderClassName
{
color: #EDA801;
}
.AnyTagClassName
{
color: #EDA801;
}
</style>
background-color css
<style>
a { background-color: #EDA801; }
a { background-color: rgb(237,168,1); }
div.DivClassName
{
background-color: #EDA801;
}
.BgClassName
{
background-color: #EDA801;
}
</style>
border-color css
<style>
span { border-color: #EDA801; }
span { border-color: rgb(237,168,1); }
td.TdClassName
{
border-color: #EDA801;
}
.TagClassName
{
border-color: #EDA801;
}
</style>