Shades of Selective Yellow #EDB208
Tints of Selective Yellow #EDB208
RGB
CMYK
RGB Variations
Color information
#EDB208 (or 0xEDB208) is known color: Selective Yellow. HEX triplet: ED, B2 and 08. RGB value is (237,178,8). Sum of RGB (Red+Green+Blue) = 237+178+8=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB208 is #124DF7. Grayscale: #B1B1B1. Windows color (decimal): -1199608 or 570093. OLE color: 570093.
HSL color Cylindrical-coordinate representation of color #EDB208: hue angle of 44.54º degrees, saturation: 0.93, 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 #EDB208 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.54º | 0.93% | 0.48% | - |
| HSV(B) | 44.54º | 0.97% | 0.93% | - |
| XYZ | 50.89 | 49.86 | 7.17 | - |
| YUV | 176.26 | 33.05 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 8 | 0 | 0.25 | 0.97 | 0.07 | 44.54 | 0.93 | 0.48 |
| Hex | ED | B2 | 8 | 0 | 19 | 61 | 7 | 2D | 5D | 30 |
| Octal | 355 | 262 | 10 | 0 | 31 | 141 | 7 | 55 | 135 | 60 |
| Binary | 11101101 | 10110010 | 1000 | 0 | 11001 | 1100001 | 111 | 101101 | 1011101 | 110000 |
Color Harmonies of #EDB208
Complementary color
Monochromatic Colors of #EDB208
Black with #EDB208
Text Example
Text Example
White with #EDB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB208; }
p { color: rgb(237,178,8); }
H1.HeaderClassName
{
color: #EDB208;
}
.AnyTagClassName
{
color: #EDB208;
}
</style>
background-color css
<style>
a { background-color: #EDB208; }
a { background-color: rgb(237,178,8); }
div.DivClassName
{
background-color: #EDB208;
}
.BgClassName
{
background-color: #EDB208;
}
</style>
border-color css
<style>
span { border-color: #EDB208; }
span { border-color: rgb(237,178,8); }
td.TdClassName
{
border-color: #EDB208;
}
.TagClassName
{
border-color: #EDB208;
}
</style>