Shades of Selective Yellow #EDB109
Tints of Selective Yellow #EDB109
RGB
CMYK
RGB Variations
Color information
#EDB109 (or 0xEDB109) is known color: Selective Yellow. HEX triplet: ED, B1 and 09. RGB value is (237,177,9). Sum of RGB (Red+Green+Blue) = 237+177+9=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB109 is #124EF6. Grayscale: #B0B0B0. Windows color (decimal): -1199863 or 635373. OLE color: 635373.
HSL color Cylindrical-coordinate representation of color #EDB109: hue angle of 44.21º 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 #EDB109 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.07 |
| HSL | 44.21º | 0.93% | 0.48% | - |
| HSV(B) | 44.21º | 0.96% | 0.93% | - |
| XYZ | 50.7 | 49.47 | 7.13 | - |
| YUV | 175.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 9 | 0 | 0.25 | 0.96 | 0.07 | 44.21 | 0.93 | 0.48 |
| Hex | ED | B1 | 9 | 0 | 19 | 60 | 7 | 2C | 5D | 30 |
| Octal | 355 | 261 | 11 | 0 | 31 | 140 | 7 | 54 | 135 | 60 |
| Binary | 11101101 | 10110001 | 1001 | 0 | 11001 | 1100000 | 111 | 101100 | 1011101 | 110000 |
Color Harmonies of #EDB109
Complementary color
Monochromatic Colors of #EDB109
Black with #EDB109
Text Example
Text Example
White with #EDB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB109; }
p { color: rgb(237,177,9); }
H1.HeaderClassName
{
color: #EDB109;
}
.AnyTagClassName
{
color: #EDB109;
}
</style>
background-color css
<style>
a { background-color: #EDB109; }
a { background-color: rgb(237,177,9); }
div.DivClassName
{
background-color: #EDB109;
}
.BgClassName
{
background-color: #EDB109;
}
</style>
border-color css
<style>
span { border-color: #EDB109; }
span { border-color: rgb(237,177,9); }
td.TdClassName
{
border-color: #EDB109;
}
.TagClassName
{
border-color: #EDB109;
}
</style>