Shades of Selective Yellow #EDB201
Tints of Selective Yellow #EDB201
RGB
CMYK
RGB Variations
Color information
#EDB201 (or 0xEDB201) is known color: Selective Yellow. HEX triplet: ED, B2 and 01. RGB value is (237,178,1). Sum of RGB (Red+Green+Blue) = 237+178+1=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB201 is #124DFE. Grayscale: #B0B0B0. Windows color (decimal): -1199615 or 111341. OLE color: 111341.
HSL color Cylindrical-coordinate representation of color #EDB201: hue angle of 45º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDB201 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.07 |
| HSL | 45º | 0.99% | 0.47% | - |
| HSV(B) | 45º | 1% | 0.93% | - |
| XYZ | 50.85 | 49.85 | 6.97 | - |
| YUV | 175.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 1 | 0 | 0.25 | 1.00 | 0.07 | 45 | 0.99 | 0.47 |
| Hex | ED | B2 | 1 | 0 | 19 | 64 | 7 | 2D | 63 | 2F |
| Octal | 355 | 262 | 1 | 0 | 31 | 144 | 7 | 55 | 143 | 57 |
| Binary | 11101101 | 10110010 | 1 | 0 | 11001 | 1100100 | 111 | 101101 | 1100011 | 101111 |
Color Harmonies of #EDB201
Complementary color
Monochromatic Colors of #EDB201
Black with #EDB201
Text Example
Text Example
White with #EDB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB201; }
p { color: rgb(237,178,1); }
H1.HeaderClassName
{
color: #EDB201;
}
.AnyTagClassName
{
color: #EDB201;
}
</style>
background-color css
<style>
a { background-color: #EDB201; }
a { background-color: rgb(237,178,1); }
div.DivClassName
{
background-color: #EDB201;
}
.BgClassName
{
background-color: #EDB201;
}
</style>
border-color css
<style>
span { border-color: #EDB201; }
span { border-color: rgb(237,178,1); }
td.TdClassName
{
border-color: #EDB201;
}
.TagClassName
{
border-color: #EDB201;
}
</style>