Shades of Selective Yellow #EDB705
Tints of Selective Yellow #EDB705
RGB
CMYK
RGB Variations
Color information
#EDB705 (or 0xEDB705) is known color: Selective Yellow. HEX triplet: ED, B7 and 05. RGB value is (237,183,5). Sum of RGB (Red+Green+Blue) = 237+183+5=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB705 is #1248FA. Grayscale: #B3B3B3. Windows color (decimal): -1198331 or 374765. OLE color: 374765.
HSL color Cylindrical-coordinate representation of color #EDB705: hue angle of 46.03º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDB705 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.07 |
| HSL | 46.03º | 0.96% | 0.47% | - |
| HSV(B) | 46.03º | 0.98% | 0.93% | - |
| XYZ | 51.89 | 51.88 | 7.42 | - |
| YUV | 178.85 | 29.89 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 5 | 0 | 0.23 | 0.98 | 0.07 | 46.03 | 0.96 | 0.47 |
| Hex | ED | B7 | 5 | 0 | 17 | 62 | 7 | 2E | 60 | 2F |
| Octal | 355 | 267 | 5 | 0 | 27 | 142 | 7 | 56 | 140 | 57 |
| Binary | 11101101 | 10110111 | 101 | 0 | 10111 | 1100010 | 111 | 101110 | 1100000 | 101111 |
Color Harmonies of #EDB705
Complementary color
Monochromatic Colors of #EDB705
Black with #EDB705
Text Example
Text Example
White with #EDB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB705; }
p { color: rgb(237,183,5); }
H1.HeaderClassName
{
color: #EDB705;
}
.AnyTagClassName
{
color: #EDB705;
}
</style>
background-color css
<style>
a { background-color: #EDB705; }
a { background-color: rgb(237,183,5); }
div.DivClassName
{
background-color: #EDB705;
}
.BgClassName
{
background-color: #EDB705;
}
</style>
border-color css
<style>
span { border-color: #EDB705; }
span { border-color: rgb(237,183,5); }
td.TdClassName
{
border-color: #EDB705;
}
.TagClassName
{
border-color: #EDB705;
}
</style>