Shades of Orange #EDA300
Tints of Orange #EDA300
RGB
CMYK
RGB Variations
Color information
#EDA300 (or 0xEDA300) is known color: Orange. HEX triplet: ED, A3 and 00. RGB value is (237,163,0). Sum of RGB (Red+Green+Blue) = 237+163+0=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA300 is #125CFF. Grayscale: #A7A7A7. Windows color (decimal): -1203456 or 41965. OLE color: 41965.
HSL color Cylindrical-coordinate representation of color #EDA300: hue angle of 41.27º 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 #EDA300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.07 |
| HSL | 41.27º | 1% | 0.46% | - |
| HSV(B) | 41.27º | 1% | 0.93% | - |
| XYZ | 48.02 | 44.2 | 6 | - |
| YUV | 166.54 | 34.02 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 0 | 0 | 0.31 | 1 | 0.07 | 41.27 | 1 | 0.46 |
| Hex | ED | A3 | 0 | 0 | 1F | 64 | 7 | 29 | 64 | 2E |
| Octal | 355 | 243 | 0 | 0 | 37 | 144 | 7 | 51 | 144 | 56 |
| Binary | 11101101 | 10100011 | 0 | 0 | 11111 | 1100100 | 111 | 101001 | 1100100 | 101110 |
Color Harmonies of #EDA300
Complementary color
Monochromatic Colors of #EDA300
Black with #EDA300
Text Example
Text Example
White with #EDA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA300; }
p { color: rgb(237,163,0); }
H1.HeaderClassName
{
color: #EDA300;
}
.AnyTagClassName
{
color: #EDA300;
}
</style>
background-color css
<style>
a { background-color: #EDA300; }
a { background-color: rgb(237,163,0); }
div.DivClassName
{
background-color: #EDA300;
}
.BgClassName
{
background-color: #EDA300;
}
</style>
border-color css
<style>
span { border-color: #EDA300; }
span { border-color: rgb(237,163,0); }
td.TdClassName
{
border-color: #EDA300;
}
.TagClassName
{
border-color: #EDA300;
}
</style>