Shades of Selective Yellow #EDB000
Tints of Selective Yellow #EDB000
RGB
CMYK
RGB Variations
Color information
#EDB000 (or 0xEDB000) is known color: Selective Yellow. HEX triplet: ED, B0 and 00. RGB value is (237,176,0). Sum of RGB (Red+Green+Blue) = 237+176+0=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB000 is #124FFF. Grayscale: #AEAEAE. Windows color (decimal): -1200128 or 45293. OLE color: 45293.
HSL color Cylindrical-coordinate representation of color #EDB000: hue angle of 44.56º 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 #EDB000 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.07 |
| HSL | 44.56º | 1% | 0.46% | - |
| HSV(B) | 44.56º | 1% | 0.93% | - |
| XYZ | 50.45 | 49.06 | 6.81 | - |
| YUV | 174.18 | 29.71 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 0 | 0 | 0.26 | 1 | 0.07 | 44.56 | 1 | 0.46 |
| Hex | ED | B0 | 0 | 0 | 1A | 64 | 7 | 2D | 64 | 2E |
| Octal | 355 | 260 | 0 | 0 | 32 | 144 | 7 | 55 | 144 | 56 |
| Binary | 11101101 | 10110000 | 0 | 0 | 11010 | 1100100 | 111 | 101101 | 1100100 | 101110 |
Color Harmonies of #EDB000
Complementary color
Monochromatic Colors of #EDB000
Black with #EDB000
Text Example
Text Example
White with #EDB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB000; }
p { color: rgb(237,176,0); }
H1.HeaderClassName
{
color: #EDB000;
}
.AnyTagClassName
{
color: #EDB000;
}
</style>
background-color css
<style>
a { background-color: #EDB000; }
a { background-color: rgb(237,176,0); }
div.DivClassName
{
background-color: #EDB000;
}
.BgClassName
{
background-color: #EDB000;
}
</style>
border-color css
<style>
span { border-color: #EDB000; }
span { border-color: rgb(237,176,0); }
td.TdClassName
{
border-color: #EDB000;
}
.TagClassName
{
border-color: #EDB000;
}
</style>