Shades of Selective Yellow #EDB001
Tints of Selective Yellow #EDB001
RGB
CMYK
RGB Variations
Color information
#EDB001 (or 0xEDB001) is known color: Selective Yellow. HEX triplet: ED, B0 and 01. RGB value is (237,176,1). Sum of RGB (Red+Green+Blue) = 237+176+1=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB001 is #124FFE. Grayscale: #AFAFAF. Windows color (decimal): -1200127 or 110829. OLE color: 110829.
HSL color Cylindrical-coordinate representation of color #EDB001: hue angle of 44.49º 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 #EDB001 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.07 |
| HSL | 44.49º | 0.99% | 0.47% | - |
| HSV(B) | 44.49º | 1% | 0.93% | - |
| XYZ | 50.46 | 49.06 | 6.84 | - |
| YUV | 174.29 | 30.21 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 1 | 0 | 0.26 | 1.00 | 0.07 | 44.49 | 0.99 | 0.47 |
| Hex | ED | B0 | 1 | 0 | 1A | 64 | 7 | 2C | 63 | 2F |
| Octal | 355 | 260 | 1 | 0 | 32 | 144 | 7 | 54 | 143 | 57 |
| Binary | 11101101 | 10110000 | 1 | 0 | 11010 | 1100100 | 111 | 101100 | 1100011 | 101111 |
Color Harmonies of #EDB001
Complementary color
Monochromatic Colors of #EDB001
Black with #EDB001
Text Example
Text Example
White with #EDB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB001; }
p { color: rgb(237,176,1); }
H1.HeaderClassName
{
color: #EDB001;
}
.AnyTagClassName
{
color: #EDB001;
}
</style>
background-color css
<style>
a { background-color: #EDB001; }
a { background-color: rgb(237,176,1); }
div.DivClassName
{
background-color: #EDB001;
}
.BgClassName
{
background-color: #EDB001;
}
</style>
border-color css
<style>
span { border-color: #EDB001; }
span { border-color: rgb(237,176,1); }
td.TdClassName
{
border-color: #EDB001;
}
.TagClassName
{
border-color: #EDB001;
}
</style>