Shades of Orange #EDAB00
Tints of Orange #EDAB00
RGB
CMYK
RGB Variations
Color information
#EDAB00 (or 0xEDAB00) is known color: Orange. HEX triplet: ED, AB and 00. RGB value is (237,171,0). Sum of RGB (Red+Green+Blue) = 237+171+0=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB00 is #1254FF. Grayscale: #ABABAB. Windows color (decimal): -1201408 or 44013. OLE color: 44013.
HSL color Cylindrical-coordinate representation of color #EDAB00: hue angle of 43.29º 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 #EDAB00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.07 |
| HSL | 43.29º | 1% | 0.46% | - |
| HSV(B) | 43.29º | 1% | 0.93% | - |
| XYZ | 49.49 | 47.13 | 6.49 | - |
| YUV | 171.24 | 31.37 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 0 | 0 | 0.28 | 1 | 0.07 | 43.29 | 1 | 0.46 |
| Hex | ED | AB | 0 | 0 | 1C | 64 | 7 | 2B | 64 | 2E |
| Octal | 355 | 253 | 0 | 0 | 34 | 144 | 7 | 53 | 144 | 56 |
| Binary | 11101101 | 10101011 | 0 | 0 | 11100 | 1100100 | 111 | 101011 | 1100100 | 101110 |
Color Harmonies of #EDAB00
Complementary color
Monochromatic Colors of #EDAB00
Black with #EDAB00
Text Example
Text Example
White with #EDAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB00; }
p { color: rgb(237,171,0); }
H1.HeaderClassName
{
color: #EDAB00;
}
.AnyTagClassName
{
color: #EDAB00;
}
</style>
background-color css
<style>
a { background-color: #EDAB00; }
a { background-color: rgb(237,171,0); }
div.DivClassName
{
background-color: #EDAB00;
}
.BgClassName
{
background-color: #EDAB00;
}
</style>
border-color css
<style>
span { border-color: #EDAB00; }
span { border-color: rgb(237,171,0); }
td.TdClassName
{
border-color: #EDAB00;
}
.TagClassName
{
border-color: #EDAB00;
}
</style>