Shades of Selective Yellow #EDB603
Tints of Selective Yellow #EDB603
RGB
CMYK
RGB Variations
Color information
#EDB603 (or 0xEDB603) is known color: Selective Yellow. HEX triplet: ED, B6 and 03. RGB value is (237,182,3). Sum of RGB (Red+Green+Blue) = 237+182+3=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB603 is #1249FC. Grayscale: #B2B2B2. Windows color (decimal): -1198589 or 243437. OLE color: 243437.
HSL color Cylindrical-coordinate representation of color #EDB603: hue angle of 45.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDB603 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.07 |
| HSL | 45.9º | 0.98% | 0.47% | - |
| HSV(B) | 45.9º | 0.99% | 0.93% | - |
| XYZ | 51.67 | 51.47 | 7.3 | - |
| YUV | 178.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 3 | 0 | 0.23 | 0.99 | 0.07 | 45.9 | 0.98 | 0.47 |
| Hex | ED | B6 | 3 | 0 | 17 | 63 | 7 | 2E | 62 | 2F |
| Octal | 355 | 266 | 3 | 0 | 27 | 143 | 7 | 56 | 142 | 57 |
| Binary | 11101101 | 10110110 | 11 | 0 | 10111 | 1100011 | 111 | 101110 | 1100010 | 101111 |
Color Harmonies of #EDB603
Complementary color
Monochromatic Colors of #EDB603
Black with #EDB603
Text Example
Text Example
White with #EDB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB603; }
p { color: rgb(237,182,3); }
H1.HeaderClassName
{
color: #EDB603;
}
.AnyTagClassName
{
color: #EDB603;
}
</style>
background-color css
<style>
a { background-color: #EDB603; }
a { background-color: rgb(237,182,3); }
div.DivClassName
{
background-color: #EDB603;
}
.BgClassName
{
background-color: #EDB603;
}
</style>
border-color css
<style>
span { border-color: #EDB603; }
span { border-color: rgb(237,182,3); }
td.TdClassName
{
border-color: #EDB603;
}
.TagClassName
{
border-color: #EDB603;
}
</style>