Shades of Orange #EDAD03
Tints of Orange #EDAD03
RGB
CMYK
RGB Variations
Color information
#EDAD03 (or 0xEDAD03) is known color: Orange. HEX triplet: ED, AD and 03. RGB value is (237,173,3). Sum of RGB (Red+Green+Blue) = 237+173+3=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD03 is #1252FC. Grayscale: #ADADAD. Windows color (decimal): -1200893 or 241133. OLE color: 241133.
HSL color Cylindrical-coordinate representation of color #EDAD03: hue angle of 43.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDAD03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.07 |
| HSL | 43.59º | 0.98% | 0.47% | - |
| HSV(B) | 43.59º | 0.99% | 0.93% | - |
| XYZ | 49.89 | 47.9 | 6.7 | - |
| YUV | 172.76 | 32.2 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 3 | 0 | 0.27 | 0.99 | 0.07 | 43.59 | 0.98 | 0.47 |
| Hex | ED | AD | 3 | 0 | 1B | 63 | 7 | 2C | 62 | 2F |
| Octal | 355 | 255 | 3 | 0 | 33 | 143 | 7 | 54 | 142 | 57 |
| Binary | 11101101 | 10101101 | 11 | 0 | 11011 | 1100011 | 111 | 101100 | 1100010 | 101111 |
Color Harmonies of #EDAD03
Complementary color
Monochromatic Colors of #EDAD03
Black with #EDAD03
Text Example
Text Example
White with #EDAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD03; }
p { color: rgb(237,173,3); }
H1.HeaderClassName
{
color: #EDAD03;
}
.AnyTagClassName
{
color: #EDAD03;
}
</style>
background-color css
<style>
a { background-color: #EDAD03; }
a { background-color: rgb(237,173,3); }
div.DivClassName
{
background-color: #EDAD03;
}
.BgClassName
{
background-color: #EDAD03;
}
</style>
border-color css
<style>
span { border-color: #EDAD03; }
span { border-color: rgb(237,173,3); }
td.TdClassName
{
border-color: #EDAD03;
}
.TagClassName
{
border-color: #EDAD03;
}
</style>