Shades of Selective Yellow #EDB50B
Tints of Selective Yellow #EDB50B
RGB
CMYK
RGB Variations
Color information
#EDB50B (or 0xEDB50B) is known color: Selective Yellow. HEX triplet: ED, B5 and 0B. RGB value is (237,181,11). Sum of RGB (Red+Green+Blue) = 237+181+11=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB50B is #124AF4. Grayscale: #B3B3B3. Windows color (decimal): -1198837 or 767469. OLE color: 767469.
HSL color Cylindrical-coordinate representation of color #EDB50B: hue angle of 45.13º degrees, saturation: 0.91, 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 #EDB50B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.07 |
| HSL | 45.13º | 0.91% | 0.49% | - |
| HSV(B) | 45.13º | 0.95% | 0.93% | - |
| XYZ | 51.51 | 51.08 | 7.46 | - |
| YUV | 178.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 11 | 0 | 0.24 | 0.95 | 0.07 | 45.13 | 0.91 | 0.49 |
| Hex | ED | B5 | B | 0 | 18 | 5F | 7 | 2D | 5B | 31 |
| Octal | 355 | 265 | 13 | 0 | 30 | 137 | 7 | 55 | 133 | 61 |
| Binary | 11101101 | 10110101 | 1011 | 0 | 11000 | 1011111 | 111 | 101101 | 1011011 | 110001 |
Color Harmonies of #EDB50B
Complementary color
Monochromatic Colors of #EDB50B
Black with #EDB50B
Text Example
Text Example
White with #EDB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB50B; }
p { color: rgb(237,181,11); }
H1.HeaderClassName
{
color: #EDB50B;
}
.AnyTagClassName
{
color: #EDB50B;
}
</style>
background-color css
<style>
a { background-color: #EDB50B; }
a { background-color: rgb(237,181,11); }
div.DivClassName
{
background-color: #EDB50B;
}
.BgClassName
{
background-color: #EDB50B;
}
</style>
border-color css
<style>
span { border-color: #EDB50B; }
span { border-color: rgb(237,181,11); }
td.TdClassName
{
border-color: #EDB50B;
}
.TagClassName
{
border-color: #EDB50B;
}
</style>