Shades of Selective Yellow #EDB105
Tints of Selective Yellow #EDB105
RGB
CMYK
RGB Variations
Color information
#EDB105 (or 0xEDB105) is known color: Selective Yellow. HEX triplet: ED, B1 and 05. RGB value is (237,177,5). Sum of RGB (Red+Green+Blue) = 237+177+5=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB105 is #124EFA. Grayscale: #B0B0B0. Windows color (decimal): -1199867 or 373229. OLE color: 373229.
HSL color Cylindrical-coordinate representation of color #EDB105: hue angle of 44.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDB105 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.07 |
| HSL | 44.48º | 0.96% | 0.47% | - |
| HSV(B) | 44.48º | 0.98% | 0.93% | - |
| XYZ | 50.67 | 49.46 | 7.02 | - |
| YUV | 175.33 | 31.88 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 5 | 0 | 0.25 | 0.98 | 0.07 | 44.48 | 0.96 | 0.47 |
| Hex | ED | B1 | 5 | 0 | 19 | 62 | 7 | 2C | 60 | 2F |
| Octal | 355 | 261 | 5 | 0 | 31 | 142 | 7 | 54 | 140 | 57 |
| Binary | 11101101 | 10110001 | 101 | 0 | 11001 | 1100010 | 111 | 101100 | 1100000 | 101111 |
Color Harmonies of #EDB105
Complementary color
Monochromatic Colors of #EDB105
Black with #EDB105
Text Example
Text Example
White with #EDB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB105; }
p { color: rgb(237,177,5); }
H1.HeaderClassName
{
color: #EDB105;
}
.AnyTagClassName
{
color: #EDB105;
}
</style>
background-color css
<style>
a { background-color: #EDB105; }
a { background-color: rgb(237,177,5); }
div.DivClassName
{
background-color: #EDB105;
}
.BgClassName
{
background-color: #EDB105;
}
</style>
border-color css
<style>
span { border-color: #EDB105; }
span { border-color: rgb(237,177,5); }
td.TdClassName
{
border-color: #EDB105;
}
.TagClassName
{
border-color: #EDB105;
}
</style>