Shades of Selective Yellow #EDB009
Tints of Selective Yellow #EDB009
RGB
CMYK
RGB Variations
Color information
#EDB009 (or 0xEDB009) is known color: Selective Yellow. HEX triplet: ED, B0 and 09. RGB value is (237,176,9). Sum of RGB (Red+Green+Blue) = 237+176+9=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB009 is #124FF6. Grayscale: #AFAFAF. Windows color (decimal): -1200119 or 635117. OLE color: 635117.
HSL color Cylindrical-coordinate representation of color #EDB009: hue angle of 43.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDB009 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.07 |
| HSL | 43.95º | 0.93% | 0.48% | - |
| HSV(B) | 43.95º | 0.96% | 0.93% | - |
| XYZ | 50.5 | 49.07 | 7.07 | - |
| YUV | 175.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 9 | 0 | 0.26 | 0.96 | 0.07 | 43.95 | 0.93 | 0.48 |
| Hex | ED | B0 | 9 | 0 | 1A | 60 | 7 | 2C | 5D | 30 |
| Octal | 355 | 260 | 11 | 0 | 32 | 140 | 7 | 54 | 135 | 60 |
| Binary | 11101101 | 10110000 | 1001 | 0 | 11010 | 1100000 | 111 | 101100 | 1011101 | 110000 |
Color Harmonies of #EDB009
Complementary color
Monochromatic Colors of #EDB009
Black with #EDB009
Text Example
Text Example
White with #EDB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB009; }
p { color: rgb(237,176,9); }
H1.HeaderClassName
{
color: #EDB009;
}
.AnyTagClassName
{
color: #EDB009;
}
</style>
background-color css
<style>
a { background-color: #EDB009; }
a { background-color: rgb(237,176,9); }
div.DivClassName
{
background-color: #EDB009;
}
.BgClassName
{
background-color: #EDB009;
}
</style>
border-color css
<style>
span { border-color: #EDB009; }
span { border-color: rgb(237,176,9); }
td.TdClassName
{
border-color: #EDB009;
}
.TagClassName
{
border-color: #EDB009;
}
</style>