Shades of Orange #EDA400
Tints of Orange #EDA400
RGB
CMYK
RGB Variations
Color information
#EDA400 (or 0xEDA400) is known color: Orange. HEX triplet: ED, A4 and 00. RGB value is (237,164,0). Sum of RGB (Red+Green+Blue) = 237+164+0=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA400 is #125BFF. Grayscale: #A7A7A7. Windows color (decimal): -1203200 or 42221. OLE color: 42221.
HSL color Cylindrical-coordinate representation of color #EDA400: hue angle of 41.52º 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 #EDA400 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.07 |
| HSL | 41.52º | 1% | 0.46% | - |
| HSV(B) | 41.52º | 1% | 0.93% | - |
| XYZ | 48.2 | 44.56 | 6.06 | - |
| YUV | 167.13 | 33.68 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 0 | 0 | 0.31 | 1 | 0.07 | 41.52 | 1 | 0.46 |
| Hex | ED | A4 | 0 | 0 | 1F | 64 | 7 | 2A | 64 | 2E |
| Octal | 355 | 244 | 0 | 0 | 37 | 144 | 7 | 52 | 144 | 56 |
| Binary | 11101101 | 10100100 | 0 | 0 | 11111 | 1100100 | 111 | 101010 | 1100100 | 101110 |
Color Harmonies of #EDA400
Complementary color
Monochromatic Colors of #EDA400
Black with #EDA400
Text Example
Text Example
White with #EDA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA400; }
p { color: rgb(237,164,0); }
H1.HeaderClassName
{
color: #EDA400;
}
.AnyTagClassName
{
color: #EDA400;
}
</style>
background-color css
<style>
a { background-color: #EDA400; }
a { background-color: rgb(237,164,0); }
div.DivClassName
{
background-color: #EDA400;
}
.BgClassName
{
background-color: #EDA400;
}
</style>
border-color css
<style>
span { border-color: #EDA400; }
span { border-color: rgb(237,164,0); }
td.TdClassName
{
border-color: #EDA400;
}
.TagClassName
{
border-color: #EDA400;
}
</style>