Shades of Selective Yellow #EDB50D
Tints of Selective Yellow #EDB50D
RGB
CMYK
RGB Variations
Color information
#EDB50D (or 0xEDB50D) is known color: Selective Yellow. HEX triplet: ED, B5 and 0D. RGB value is (237,181,13). Sum of RGB (Red+Green+Blue) = 237+181+13=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB50D is #124AF2. Grayscale: #B3B3B3. Windows color (decimal): -1198835 or 898541. OLE color: 898541.
HSL color Cylindrical-coordinate representation of color #EDB50D: hue angle of 45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB50D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.07 |
| HSL | 45º | 0.9% | 0.49% | - |
| HSV(B) | 45º | 0.95% | 0.93% | - |
| XYZ | 51.52 | 51.08 | 7.52 | - |
| YUV | 178.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 13 | 0 | 0.24 | 0.95 | 0.07 | 45 | 0.9 | 0.49 |
| Hex | ED | B5 | D | 0 | 18 | 5F | 7 | 2D | 5A | 31 |
| Octal | 355 | 265 | 15 | 0 | 30 | 137 | 7 | 55 | 132 | 61 |
| Binary | 11101101 | 10110101 | 1101 | 0 | 11000 | 1011111 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #EDB50D
Complementary color
Monochromatic Colors of #EDB50D
Black with #EDB50D
Text Example
Text Example
White with #EDB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB50D; }
p { color: rgb(237,181,13); }
H1.HeaderClassName
{
color: #EDB50D;
}
.AnyTagClassName
{
color: #EDB50D;
}
</style>
background-color css
<style>
a { background-color: #EDB50D; }
a { background-color: rgb(237,181,13); }
div.DivClassName
{
background-color: #EDB50D;
}
.BgClassName
{
background-color: #EDB50D;
}
</style>
border-color css
<style>
span { border-color: #EDB50D; }
span { border-color: rgb(237,181,13); }
td.TdClassName
{
border-color: #EDB50D;
}
.TagClassName
{
border-color: #EDB50D;
}
</style>