Shades of Selective Yellow #EDB303
Tints of Selective Yellow #EDB303
RGB
CMYK
RGB Variations
Color information
#EDB303 (or 0xEDB303) is known color: Selective Yellow. HEX triplet: ED, B3 and 03. RGB value is (237,179,3). Sum of RGB (Red+Green+Blue) = 237+179+3=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB303 is #124CFC. Grayscale: #B1B1B1. Windows color (decimal): -1199357 or 242669. OLE color: 242669.
HSL color Cylindrical-coordinate representation of color #EDB303: hue angle of 45.13º 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 #EDB303 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.07 |
| HSL | 45.13º | 0.98% | 0.47% | - |
| HSV(B) | 45.13º | 0.99% | 0.93% | - |
| XYZ | 51.06 | 50.25 | 7.09 | - |
| YUV | 176.28 | 30.22 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 3 | 0 | 0.24 | 0.99 | 0.07 | 45.13 | 0.98 | 0.47 |
| Hex | ED | B3 | 3 | 0 | 18 | 63 | 7 | 2D | 62 | 2F |
| Octal | 355 | 263 | 3 | 0 | 30 | 143 | 7 | 55 | 142 | 57 |
| Binary | 11101101 | 10110011 | 11 | 0 | 11000 | 1100011 | 111 | 101101 | 1100010 | 101111 |
Color Harmonies of #EDB303
Complementary color
Monochromatic Colors of #EDB303
Black with #EDB303
Text Example
Text Example
White with #EDB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB303; }
p { color: rgb(237,179,3); }
H1.HeaderClassName
{
color: #EDB303;
}
.AnyTagClassName
{
color: #EDB303;
}
</style>
background-color css
<style>
a { background-color: #EDB303; }
a { background-color: rgb(237,179,3); }
div.DivClassName
{
background-color: #EDB303;
}
.BgClassName
{
background-color: #EDB303;
}
</style>
border-color css
<style>
span { border-color: #EDB303; }
span { border-color: rgb(237,179,3); }
td.TdClassName
{
border-color: #EDB303;
}
.TagClassName
{
border-color: #EDB303;
}
</style>