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