Shades of Orange #EDA802
Tints of Orange #EDA802
RGB
CMYK
RGB Variations
Color information
#EDA802 (or 0xEDA802) is known color: Orange. HEX triplet: ED, A8 and 02. RGB value is (237,168,2). Sum of RGB (Red+Green+Blue) = 237+168+2=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA802 is #1257FD. Grayscale: #AAAAAA. Windows color (decimal): -1202174 or 174317. OLE color: 174317.
HSL color Cylindrical-coordinate representation of color #EDA802: hue angle of 42.38º 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 #EDA802 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.07 |
| HSL | 42.38º | 0.98% | 0.47% | - |
| HSV(B) | 42.38º | 0.99% | 0.93% | - |
| XYZ | 48.94 | 46.01 | 6.36 | - |
| YUV | 169.71 | 33.36 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 2 | 0 | 0.29 | 0.99 | 0.07 | 42.38 | 0.98 | 0.47 |
| Hex | ED | A8 | 2 | 0 | 1D | 63 | 7 | 2A | 62 | 2F |
| Octal | 355 | 250 | 2 | 0 | 35 | 143 | 7 | 52 | 142 | 57 |
| Binary | 11101101 | 10101000 | 10 | 0 | 11101 | 1100011 | 111 | 101010 | 1100010 | 101111 |
Color Harmonies of #EDA802
Complementary color
Monochromatic Colors of #EDA802
Black with #EDA802
Text Example
Text Example
White with #EDA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA802; }
p { color: rgb(237,168,2); }
H1.HeaderClassName
{
color: #EDA802;
}
.AnyTagClassName
{
color: #EDA802;
}
</style>
background-color css
<style>
a { background-color: #EDA802; }
a { background-color: rgb(237,168,2); }
div.DivClassName
{
background-color: #EDA802;
}
.BgClassName
{
background-color: #EDA802;
}
</style>
border-color css
<style>
span { border-color: #EDA802; }
span { border-color: rgb(237,168,2); }
td.TdClassName
{
border-color: #EDA802;
}
.TagClassName
{
border-color: #EDA802;
}
</style>