Shades of Selective Yellow #EDB20A
Tints of Selective Yellow #EDB20A
RGB
CMYK
RGB Variations
Color information
#EDB20A (or 0xEDB20A) is known color: Selective Yellow. HEX triplet: ED, B2 and 0A. RGB value is (237,178,10). Sum of RGB (Red+Green+Blue) = 237+178+10=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB20A is #124DF5. Grayscale: #B1B1B1. Windows color (decimal): -1199606 or 701165. OLE color: 701165.
HSL color Cylindrical-coordinate representation of color #EDB20A: hue angle of 44.41º degrees, saturation: 0.92, 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 #EDB20A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 10 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.07 |
| HSL | 44.41º | 0.92% | 0.48% | - |
| HSV(B) | 44.41º | 0.96% | 0.93% | - |
| XYZ | 50.9 | 49.87 | 7.23 | - |
| YUV | 176.49 | 34.05 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 10 | 0 | 0.25 | 0.96 | 0.07 | 44.41 | 0.92 | 0.48 |
| Hex | ED | B2 | A | 0 | 19 | 60 | 7 | 2C | 5C | 30 |
| Octal | 355 | 262 | 12 | 0 | 31 | 140 | 7 | 54 | 134 | 60 |
| Binary | 11101101 | 10110010 | 1010 | 0 | 11001 | 1100000 | 111 | 101100 | 1011100 | 110000 |
Color Harmonies of #EDB20A
Complementary color
Monochromatic Colors of #EDB20A
Black with #EDB20A
Text Example
Text Example
White with #EDB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB20A; }
p { color: rgb(237,178,10); }
H1.HeaderClassName
{
color: #EDB20A;
}
.AnyTagClassName
{
color: #EDB20A;
}
</style>
background-color css
<style>
a { background-color: #EDB20A; }
a { background-color: rgb(237,178,10); }
div.DivClassName
{
background-color: #EDB20A;
}
.BgClassName
{
background-color: #EDB20A;
}
</style>
border-color css
<style>
span { border-color: #EDB20A; }
span { border-color: rgb(237,178,10); }
td.TdClassName
{
border-color: #EDB20A;
}
.TagClassName
{
border-color: #EDB20A;
}
</style>