Shades of Selective Yellow #EDB70B
Tints of Selective Yellow #EDB70B
RGB
CMYK
RGB Variations
Color information
#EDB70B (or 0xEDB70B) is known color: Selective Yellow. HEX triplet: ED, B7 and 0B. RGB value is (237,183,11). Sum of RGB (Red+Green+Blue) = 237+183+11=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB70B is #1248F4. Grayscale: #B4B4B4. Windows color (decimal): -1198325 or 767981. OLE color: 767981.
HSL color Cylindrical-coordinate representation of color #EDB70B: hue angle of 45.66º 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 #EDB70B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.66º | 0.91% | 0.49% | - |
| HSV(B) | 45.66º | 0.95% | 0.93% | - |
| XYZ | 51.92 | 51.9 | 7.6 | - |
| YUV | 179.54 | 32.89 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 11 | 0 | 0.23 | 0.95 | 0.07 | 45.66 | 0.91 | 0.49 |
| Hex | ED | B7 | B | 0 | 17 | 5F | 7 | 2E | 5B | 31 |
| Octal | 355 | 267 | 13 | 0 | 27 | 137 | 7 | 56 | 133 | 61 |
| Binary | 11101101 | 10110111 | 1011 | 0 | 10111 | 1011111 | 111 | 101110 | 1011011 | 110001 |
Color Harmonies of #EDB70B
Complementary color
Monochromatic Colors of #EDB70B
Black with #EDB70B
Text Example
Text Example
White with #EDB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB70B; }
p { color: rgb(237,183,11); }
H1.HeaderClassName
{
color: #EDB70B;
}
.AnyTagClassName
{
color: #EDB70B;
}
</style>
background-color css
<style>
a { background-color: #EDB70B; }
a { background-color: rgb(237,183,11); }
div.DivClassName
{
background-color: #EDB70B;
}
.BgClassName
{
background-color: #EDB70B;
}
</style>
border-color css
<style>
span { border-color: #EDB70B; }
span { border-color: rgb(237,183,11); }
td.TdClassName
{
border-color: #EDB70B;
}
.TagClassName
{
border-color: #EDB70B;
}
</style>