Shades of Selective Yellow #EDB403
Tints of Selective Yellow #EDB403
RGB
CMYK
RGB Variations
Color information
#EDB403 (or 0xEDB403) is known color: Selective Yellow. HEX triplet: ED, B4 and 03. RGB value is (237,180,3). Sum of RGB (Red+Green+Blue) = 237+180+3=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB403 is #124BFC. Grayscale: #B1B1B1. Windows color (decimal): -1199101 or 242925. OLE color: 242925.
HSL color Cylindrical-coordinate representation of color #EDB403: hue angle of 45.38º 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 #EDB403 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.07 |
| HSL | 45.38º | 0.98% | 0.47% | - |
| HSV(B) | 45.38º | 0.99% | 0.93% | - |
| XYZ | 51.26 | 50.65 | 7.16 | - |
| YUV | 176.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 3 | 0 | 0.24 | 0.99 | 0.07 | 45.38 | 0.98 | 0.47 |
| Hex | ED | B4 | 3 | 0 | 18 | 63 | 7 | 2D | 62 | 2F |
| Octal | 355 | 264 | 3 | 0 | 30 | 143 | 7 | 55 | 142 | 57 |
| Binary | 11101101 | 10110100 | 11 | 0 | 11000 | 1100011 | 111 | 101101 | 1100010 | 101111 |
Color Harmonies of #EDB403
Complementary color
Monochromatic Colors of #EDB403
Black with #EDB403
Text Example
Text Example
White with #EDB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB403; }
p { color: rgb(237,180,3); }
H1.HeaderClassName
{
color: #EDB403;
}
.AnyTagClassName
{
color: #EDB403;
}
</style>
background-color css
<style>
a { background-color: #EDB403; }
a { background-color: rgb(237,180,3); }
div.DivClassName
{
background-color: #EDB403;
}
.BgClassName
{
background-color: #EDB403;
}
</style>
border-color css
<style>
span { border-color: #EDB403; }
span { border-color: rgb(237,180,3); }
td.TdClassName
{
border-color: #EDB403;
}
.TagClassName
{
border-color: #EDB403;
}
</style>