Shades of Selective Yellow #EDB405
Tints of Selective Yellow #EDB405
RGB
CMYK
RGB Variations
Color information
#EDB405 (or 0xEDB405) is known color: Selective Yellow. HEX triplet: ED, B4 and 05. RGB value is (237,180,5). Sum of RGB (Red+Green+Blue) = 237+180+5=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB405 is #124BFA. Grayscale: #B1B1B1. Windows color (decimal): -1199099 or 373997. OLE color: 373997.
HSL color Cylindrical-coordinate representation of color #EDB405: hue angle of 45.26º 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 #EDB405 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.07 |
| HSL | 45.26º | 0.96% | 0.47% | - |
| HSV(B) | 45.26º | 0.98% | 0.93% | - |
| XYZ | 51.27 | 50.66 | 7.22 | - |
| YUV | 177.09 | 30.88 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 5 | 0 | 0.24 | 0.98 | 0.07 | 45.26 | 0.96 | 0.47 |
| Hex | ED | B4 | 5 | 0 | 18 | 62 | 7 | 2D | 60 | 2F |
| Octal | 355 | 264 | 5 | 0 | 30 | 142 | 7 | 55 | 140 | 57 |
| Binary | 11101101 | 10110100 | 101 | 0 | 11000 | 1100010 | 111 | 101101 | 1100000 | 101111 |
Color Harmonies of #EDB405
Complementary color
Monochromatic Colors of #EDB405
Black with #EDB405
Text Example
Text Example
White with #EDB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB405; }
p { color: rgb(237,180,5); }
H1.HeaderClassName
{
color: #EDB405;
}
.AnyTagClassName
{
color: #EDB405;
}
</style>
background-color css
<style>
a { background-color: #EDB405; }
a { background-color: rgb(237,180,5); }
div.DivClassName
{
background-color: #EDB405;
}
.BgClassName
{
background-color: #EDB405;
}
</style>
border-color css
<style>
span { border-color: #EDB405; }
span { border-color: rgb(237,180,5); }
td.TdClassName
{
border-color: #EDB405;
}
.TagClassName
{
border-color: #EDB405;
}
</style>