Shades of Selective Yellow #EDB607
Tints of Selective Yellow #EDB607
RGB
CMYK
RGB Variations
Color information
#EDB607 (or 0xEDB607) is known color: Selective Yellow. HEX triplet: ED, B6 and 07. RGB value is (237,182,7). Sum of RGB (Red+Green+Blue) = 237+182+7=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB607 is #1249F8. Grayscale: #B3B3B3. Windows color (decimal): -1198585 or 505581. OLE color: 505581.
HSL color Cylindrical-coordinate representation of color #EDB607: hue angle of 45.65º degrees, saturation: 0.94, 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 #EDB607 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.07 |
| HSL | 45.65º | 0.94% | 0.48% | - |
| HSV(B) | 45.65º | 0.97% | 0.93% | - |
| XYZ | 51.69 | 51.48 | 7.41 | - |
| YUV | 178.5 | 31.22 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 7 | 0 | 0.23 | 0.97 | 0.07 | 45.65 | 0.94 | 0.48 |
| Hex | ED | B6 | 7 | 0 | 17 | 61 | 7 | 2E | 5E | 30 |
| Octal | 355 | 266 | 7 | 0 | 27 | 141 | 7 | 56 | 136 | 60 |
| Binary | 11101101 | 10110110 | 111 | 0 | 10111 | 1100001 | 111 | 101110 | 1011110 | 110000 |
Color Harmonies of #EDB607
Complementary color
Monochromatic Colors of #EDB607
Black with #EDB607
Text Example
Text Example
White with #EDB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB607; }
p { color: rgb(237,182,7); }
H1.HeaderClassName
{
color: #EDB607;
}
.AnyTagClassName
{
color: #EDB607;
}
</style>
background-color css
<style>
a { background-color: #EDB607; }
a { background-color: rgb(237,182,7); }
div.DivClassName
{
background-color: #EDB607;
}
.BgClassName
{
background-color: #EDB607;
}
</style>
border-color css
<style>
span { border-color: #EDB607; }
span { border-color: rgb(237,182,7); }
td.TdClassName
{
border-color: #EDB607;
}
.TagClassName
{
border-color: #EDB607;
}
</style>