Shades of Selective Yellow #EDB706
Tints of Selective Yellow #EDB706
RGB
CMYK
RGB Variations
Color information
#EDB706 (or 0xEDB706) is known color: Selective Yellow. HEX triplet: ED, B7 and 06. RGB value is (237,183,6). Sum of RGB (Red+Green+Blue) = 237+183+6=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB706 is #1248F9. Grayscale: #B3B3B3. Windows color (decimal): -1198330 or 440301. OLE color: 440301.
HSL color Cylindrical-coordinate representation of color #EDB706: hue angle of 45.97º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDB706 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.07 |
| HSL | 45.97º | 0.95% | 0.48% | - |
| HSV(B) | 45.97º | 0.97% | 0.93% | - |
| XYZ | 51.89 | 51.88 | 7.45 | - |
| YUV | 178.97 | 30.39 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 6 | 0 | 0.23 | 0.97 | 0.07 | 45.97 | 0.95 | 0.48 |
| Hex | ED | B7 | 6 | 0 | 17 | 61 | 7 | 2E | 5F | 30 |
| Octal | 355 | 267 | 6 | 0 | 27 | 141 | 7 | 56 | 137 | 60 |
| Binary | 11101101 | 10110111 | 110 | 0 | 10111 | 1100001 | 111 | 101110 | 1011111 | 110000 |
Color Harmonies of #EDB706
Complementary color
Monochromatic Colors of #EDB706
Black with #EDB706
Text Example
Text Example
White with #EDB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB706; }
p { color: rgb(237,183,6); }
H1.HeaderClassName
{
color: #EDB706;
}
.AnyTagClassName
{
color: #EDB706;
}
</style>
background-color css
<style>
a { background-color: #EDB706; }
a { background-color: rgb(237,183,6); }
div.DivClassName
{
background-color: #EDB706;
}
.BgClassName
{
background-color: #EDB706;
}
</style>
border-color css
<style>
span { border-color: #EDB706; }
span { border-color: rgb(237,183,6); }
td.TdClassName
{
border-color: #EDB706;
}
.TagClassName
{
border-color: #EDB706;
}
</style>