Shades of Selective Yellow #EDB507
Tints of Selective Yellow #EDB507
RGB
CMYK
RGB Variations
Color information
#EDB507 (or 0xEDB507) is known color: Selective Yellow. HEX triplet: ED, B5 and 07. RGB value is (237,181,7). Sum of RGB (Red+Green+Blue) = 237+181+7=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB507 is #124AF8. Grayscale: #B2B2B2. Windows color (decimal): -1198841 or 505325. OLE color: 505325.
HSL color Cylindrical-coordinate representation of color #EDB507: hue angle of 45.39º 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 #EDB507 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45.39º | 0.94% | 0.48% | - |
| HSV(B) | 45.39º | 0.97% | 0.93% | - |
| XYZ | 51.49 | 51.07 | 7.34 | - |
| YUV | 177.91 | 31.55 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 7 | 0 | 0.24 | 0.97 | 0.07 | 45.39 | 0.94 | 0.48 |
| Hex | ED | B5 | 7 | 0 | 18 | 61 | 7 | 2D | 5E | 30 |
| Octal | 355 | 265 | 7 | 0 | 30 | 141 | 7 | 55 | 136 | 60 |
| Binary | 11101101 | 10110101 | 111 | 0 | 11000 | 1100001 | 111 | 101101 | 1011110 | 110000 |
Color Harmonies of #EDB507
Complementary color
Monochromatic Colors of #EDB507
Black with #EDB507
Text Example
Text Example
White with #EDB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB507; }
p { color: rgb(237,181,7); }
H1.HeaderClassName
{
color: #EDB507;
}
.AnyTagClassName
{
color: #EDB507;
}
</style>
background-color css
<style>
a { background-color: #EDB507; }
a { background-color: rgb(237,181,7); }
div.DivClassName
{
background-color: #EDB507;
}
.BgClassName
{
background-color: #EDB507;
}
</style>
border-color css
<style>
span { border-color: #EDB507; }
span { border-color: rgb(237,181,7); }
td.TdClassName
{
border-color: #EDB507;
}
.TagClassName
{
border-color: #EDB507;
}
</style>