Shades of Selective Yellow #EDB006
Tints of Selective Yellow #EDB006
RGB
CMYK
RGB Variations
Color information
#EDB006 (or 0xEDB006) is known color: Selective Yellow. HEX triplet: ED, B0 and 06. RGB value is (237,176,6). Sum of RGB (Red+Green+Blue) = 237+176+6=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB006 is #124FF9. Grayscale: #AFAFAF. Windows color (decimal): -1200122 or 438509. OLE color: 438509.
HSL color Cylindrical-coordinate representation of color #EDB006: hue angle of 44.16º 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 #EDB006 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.07 |
| HSL | 44.16º | 0.95% | 0.48% | - |
| HSV(B) | 44.16º | 0.97% | 0.93% | - |
| XYZ | 50.48 | 49.07 | 6.98 | - |
| YUV | 174.86 | 32.71 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 6 | 0 | 0.26 | 0.97 | 0.07 | 44.16 | 0.95 | 0.48 |
| Hex | ED | B0 | 6 | 0 | 1A | 61 | 7 | 2C | 5F | 30 |
| Octal | 355 | 260 | 6 | 0 | 32 | 141 | 7 | 54 | 137 | 60 |
| Binary | 11101101 | 10110000 | 110 | 0 | 11010 | 1100001 | 111 | 101100 | 1011111 | 110000 |
Color Harmonies of #EDB006
Complementary color
Monochromatic Colors of #EDB006
Black with #EDB006
Text Example
Text Example
White with #EDB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB006; }
p { color: rgb(237,176,6); }
H1.HeaderClassName
{
color: #EDB006;
}
.AnyTagClassName
{
color: #EDB006;
}
</style>
background-color css
<style>
a { background-color: #EDB006; }
a { background-color: rgb(237,176,6); }
div.DivClassName
{
background-color: #EDB006;
}
.BgClassName
{
background-color: #EDB006;
}
</style>
border-color css
<style>
span { border-color: #EDB006; }
span { border-color: rgb(237,176,6); }
td.TdClassName
{
border-color: #EDB006;
}
.TagClassName
{
border-color: #EDB006;
}
</style>