Shades of Selective Yellow #EDB701
Tints of Selective Yellow #EDB701
RGB
CMYK
RGB Variations
Color information
#EDB701 (or 0xEDB701) is known color: Selective Yellow. HEX triplet: ED, B7 and 01. RGB value is (237,183,1). Sum of RGB (Red+Green+Blue) = 237+183+1=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB701 is #1248FE. Grayscale: #B3B3B3. Windows color (decimal): -1198335 or 112621. OLE color: 112621.
HSL color Cylindrical-coordinate representation of color #EDB701: hue angle of 46.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDB701 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.07 |
| HSL | 46.27º | 0.99% | 0.47% | - |
| HSV(B) | 46.27º | 1% | 0.93% | - |
| XYZ | 51.86 | 51.87 | 7.31 | - |
| YUV | 178.4 | 27.89 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 1 | 0 | 0.23 | 1.00 | 0.07 | 46.27 | 0.99 | 0.47 |
| Hex | ED | B7 | 1 | 0 | 17 | 64 | 7 | 2E | 63 | 2F |
| Octal | 355 | 267 | 1 | 0 | 27 | 144 | 7 | 56 | 143 | 57 |
| Binary | 11101101 | 10110111 | 1 | 0 | 10111 | 1100100 | 111 | 101110 | 1100011 | 101111 |
Color Harmonies of #EDB701
Complementary color
Monochromatic Colors of #EDB701
Black with #EDB701
Text Example
Text Example
White with #EDB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB701; }
p { color: rgb(237,183,1); }
H1.HeaderClassName
{
color: #EDB701;
}
.AnyTagClassName
{
color: #EDB701;
}
</style>
background-color css
<style>
a { background-color: #EDB701; }
a { background-color: rgb(237,183,1); }
div.DivClassName
{
background-color: #EDB701;
}
.BgClassName
{
background-color: #EDB701;
}
</style>
border-color css
<style>
span { border-color: #EDB701; }
span { border-color: rgb(237,183,1); }
td.TdClassName
{
border-color: #EDB701;
}
.TagClassName
{
border-color: #EDB701;
}
</style>