Shades of Selective Yellow #EDB506
Tints of Selective Yellow #EDB506
RGB
CMYK
RGB Variations
Color information
#EDB506 (or 0xEDB506) is known color: Selective Yellow. HEX triplet: ED, B5 and 06. RGB value is (237,181,6). Sum of RGB (Red+Green+Blue) = 237+181+6=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB506 is #124AF9. Grayscale: #B2B2B2. Windows color (decimal): -1198842 or 439789. OLE color: 439789.
HSL color Cylindrical-coordinate representation of color #EDB506: hue angle of 45.45º 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 #EDB506 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45.45º | 0.95% | 0.48% | - |
| HSV(B) | 45.45º | 0.97% | 0.93% | - |
| XYZ | 51.48 | 51.07 | 7.32 | - |
| YUV | 177.79 | 31.05 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 6 | 0 | 0.24 | 0.97 | 0.07 | 45.45 | 0.95 | 0.48 |
| Hex | ED | B5 | 6 | 0 | 18 | 61 | 7 | 2D | 5F | 30 |
| Octal | 355 | 265 | 6 | 0 | 30 | 141 | 7 | 55 | 137 | 60 |
| Binary | 11101101 | 10110101 | 110 | 0 | 11000 | 1100001 | 111 | 101101 | 1011111 | 110000 |
Color Harmonies of #EDB506
Complementary color
Monochromatic Colors of #EDB506
Black with #EDB506
Text Example
Text Example
White with #EDB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB506; }
p { color: rgb(237,181,6); }
H1.HeaderClassName
{
color: #EDB506;
}
.AnyTagClassName
{
color: #EDB506;
}
</style>
background-color css
<style>
a { background-color: #EDB506; }
a { background-color: rgb(237,181,6); }
div.DivClassName
{
background-color: #EDB506;
}
.BgClassName
{
background-color: #EDB506;
}
</style>
border-color css
<style>
span { border-color: #EDB506; }
span { border-color: rgb(237,181,6); }
td.TdClassName
{
border-color: #EDB506;
}
.TagClassName
{
border-color: #EDB506;
}
</style>