Shades of Orange #EDA700
Tints of Orange #EDA700
RGB
CMYK
RGB Variations
Color information
#EDA700 (or 0xEDA700) is known color: Orange. HEX triplet: ED, A7 and 00. RGB value is (237,167,0). Sum of RGB (Red+Green+Blue) = 237+167+0=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA700 is #1258FF. Grayscale: #A9A9A9. Windows color (decimal): -1202432 or 42989. OLE color: 42989.
HSL color Cylindrical-coordinate representation of color #EDA700: hue angle of 42.28º 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 #EDA700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.07 |
| HSL | 42.28º | 1% | 0.46% | - |
| HSV(B) | 42.28º | 1% | 0.93% | - |
| XYZ | 48.74 | 45.64 | 6.24 | - |
| YUV | 168.89 | 32.69 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 0 | 0 | 0.30 | 1 | 0.07 | 42.28 | 1 | 0.46 |
| Hex | ED | A7 | 0 | 0 | 1E | 64 | 7 | 2A | 64 | 2E |
| Octal | 355 | 247 | 0 | 0 | 36 | 144 | 7 | 52 | 144 | 56 |
| Binary | 11101101 | 10100111 | 0 | 0 | 11110 | 1100100 | 111 | 101010 | 1100100 | 101110 |
Color Harmonies of #EDA700
Complementary color
Monochromatic Colors of #EDA700
Black with #EDA700
Text Example
Text Example
White with #EDA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA700; }
p { color: rgb(237,167,0); }
H1.HeaderClassName
{
color: #EDA700;
}
.AnyTagClassName
{
color: #EDA700;
}
</style>
background-color css
<style>
a { background-color: #EDA700; }
a { background-color: rgb(237,167,0); }
div.DivClassName
{
background-color: #EDA700;
}
.BgClassName
{
background-color: #EDA700;
}
</style>
border-color css
<style>
span { border-color: #EDA700; }
span { border-color: rgb(237,167,0); }
td.TdClassName
{
border-color: #EDA700;
}
.TagClassName
{
border-color: #EDA700;
}
</style>