Shades of Orange #EDA502
Tints of Orange #EDA502
RGB
CMYK
RGB Variations
Color information
#EDA502 (or 0xEDA502) is known color: Orange. HEX triplet: ED, A5 and 02. RGB value is (237,165,2). Sum of RGB (Red+Green+Blue) = 237+165+2=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA502 is #125AFD. Grayscale: #A8A8A8. Windows color (decimal): -1202942 or 173549. OLE color: 173549.
HSL color Cylindrical-coordinate representation of color #EDA502: hue angle of 41.62º 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 #EDA502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.07 |
| HSL | 41.62º | 0.98% | 0.47% | - |
| HSV(B) | 41.62º | 0.99% | 0.93% | - |
| XYZ | 48.39 | 44.92 | 6.18 | - |
| YUV | 167.95 | 34.35 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 2 | 0 | 0.30 | 0.99 | 0.07 | 41.62 | 0.98 | 0.47 |
| Hex | ED | A5 | 2 | 0 | 1E | 63 | 7 | 2A | 62 | 2F |
| Octal | 355 | 245 | 2 | 0 | 36 | 143 | 7 | 52 | 142 | 57 |
| Binary | 11101101 | 10100101 | 10 | 0 | 11110 | 1100011 | 111 | 101010 | 1100010 | 101111 |
Color Harmonies of #EDA502
Complementary color
Monochromatic Colors of #EDA502
Black with #EDA502
Text Example
Text Example
White with #EDA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA502; }
p { color: rgb(237,165,2); }
H1.HeaderClassName
{
color: #EDA502;
}
.AnyTagClassName
{
color: #EDA502;
}
</style>
background-color css
<style>
a { background-color: #EDA502; }
a { background-color: rgb(237,165,2); }
div.DivClassName
{
background-color: #EDA502;
}
.BgClassName
{
background-color: #EDA502;
}
</style>
border-color css
<style>
span { border-color: #EDA502; }
span { border-color: rgb(237,165,2); }
td.TdClassName
{
border-color: #EDA502;
}
.TagClassName
{
border-color: #EDA502;
}
</style>