Shades of Selective Yellow #EDB207
Tints of Selective Yellow #EDB207
RGB
CMYK
RGB Variations
Color information
#EDB207 (or 0xEDB207) is known color: Selective Yellow. HEX triplet: ED, B2 and 07. RGB value is (237,178,7). Sum of RGB (Red+Green+Blue) = 237+178+7=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB207 is #124DF8. Grayscale: #B0B0B0. Windows color (decimal): -1199609 or 504557. OLE color: 504557.
HSL color Cylindrical-coordinate representation of color #EDB207: hue angle of 44.61º 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 #EDB207 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.61º | 0.94% | 0.48% | - |
| HSV(B) | 44.61º | 0.97% | 0.93% | - |
| XYZ | 50.88 | 49.86 | 7.14 | - |
| YUV | 176.15 | 32.55 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 7 | 0 | 0.25 | 0.97 | 0.07 | 44.61 | 0.94 | 0.48 |
| Hex | ED | B2 | 7 | 0 | 19 | 61 | 7 | 2D | 5E | 30 |
| Octal | 355 | 262 | 7 | 0 | 31 | 141 | 7 | 55 | 136 | 60 |
| Binary | 11101101 | 10110010 | 111 | 0 | 11001 | 1100001 | 111 | 101101 | 1011110 | 110000 |
Color Harmonies of #EDB207
Complementary color
Monochromatic Colors of #EDB207
Black with #EDB207
Text Example
Text Example
White with #EDB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB207; }
p { color: rgb(237,178,7); }
H1.HeaderClassName
{
color: #EDB207;
}
.AnyTagClassName
{
color: #EDB207;
}
</style>
background-color css
<style>
a { background-color: #EDB207; }
a { background-color: rgb(237,178,7); }
div.DivClassName
{
background-color: #EDB207;
}
.BgClassName
{
background-color: #EDB207;
}
</style>
border-color css
<style>
span { border-color: #EDB207; }
span { border-color: rgb(237,178,7); }
td.TdClassName
{
border-color: #EDB207;
}
.TagClassName
{
border-color: #EDB207;
}
</style>