Shades of Orange #EDA701
Tints of Orange #EDA701
RGB
CMYK
RGB Variations
Color information
#EDA701 (or 0xEDA701) is known color: Orange. HEX triplet: ED, A7 and 01. RGB value is (237,167,1). Sum of RGB (Red+Green+Blue) = 237+167+1=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA701 is #1258FE. Grayscale: #A9A9A9. Windows color (decimal): -1202431 or 108525. OLE color: 108525.
HSL color Cylindrical-coordinate representation of color #EDA701: hue angle of 42.2º 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 #EDA701 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.07 |
| HSL | 42.2º | 0.99% | 0.47% | - |
| HSV(B) | 42.2º | 1% | 0.93% | - |
| XYZ | 48.75 | 45.64 | 6.27 | - |
| YUV | 169.01 | 33.19 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 1 | 0 | 0.30 | 1.00 | 0.07 | 42.2 | 0.99 | 0.47 |
| Hex | ED | A7 | 1 | 0 | 1E | 64 | 7 | 2A | 63 | 2F |
| Octal | 355 | 247 | 1 | 0 | 36 | 144 | 7 | 52 | 143 | 57 |
| Binary | 11101101 | 10100111 | 1 | 0 | 11110 | 1100100 | 111 | 101010 | 1100011 | 101111 |
Color Harmonies of #EDA701
Complementary color
Monochromatic Colors of #EDA701
Black with #EDA701
Text Example
Text Example
White with #EDA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA701; }
p { color: rgb(237,167,1); }
H1.HeaderClassName
{
color: #EDA701;
}
.AnyTagClassName
{
color: #EDA701;
}
</style>
background-color css
<style>
a { background-color: #EDA701; }
a { background-color: rgb(237,167,1); }
div.DivClassName
{
background-color: #EDA701;
}
.BgClassName
{
background-color: #EDA701;
}
</style>
border-color css
<style>
span { border-color: #EDA701; }
span { border-color: rgb(237,167,1); }
td.TdClassName
{
border-color: #EDA701;
}
.TagClassName
{
border-color: #EDA701;
}
</style>