Shades of Selective Yellow #EDB70A
Tints of Selective Yellow #EDB70A
RGB
CMYK
RGB Variations
Color information
#EDB70A (or 0xEDB70A) is known color: Selective Yellow. HEX triplet: ED, B7 and 0A. RGB value is (237,183,10). Sum of RGB (Red+Green+Blue) = 237+183+10=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB70A is #1248F5. Grayscale: #B4B4B4. Windows color (decimal): -1198326 or 702445. OLE color: 702445.
HSL color Cylindrical-coordinate representation of color #EDB70A: hue angle of 45.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDB70A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.07 |
| HSL | 45.73º | 0.92% | 0.48% | - |
| HSV(B) | 45.73º | 0.96% | 0.93% | - |
| XYZ | 51.91 | 51.89 | 7.57 | - |
| YUV | 179.42 | 32.39 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 10 | 0 | 0.23 | 0.96 | 0.07 | 45.73 | 0.92 | 0.48 |
| Hex | ED | B7 | A | 0 | 17 | 60 | 7 | 2E | 5C | 30 |
| Octal | 355 | 267 | 12 | 0 | 27 | 140 | 7 | 56 | 134 | 60 |
| Binary | 11101101 | 10110111 | 1010 | 0 | 10111 | 1100000 | 111 | 101110 | 1011100 | 110000 |
Color Harmonies of #EDB70A
Complementary color
Monochromatic Colors of #EDB70A
Black with #EDB70A
Text Example
Text Example
White with #EDB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB70A; }
p { color: rgb(237,183,10); }
H1.HeaderClassName
{
color: #EDB70A;
}
.AnyTagClassName
{
color: #EDB70A;
}
</style>
background-color css
<style>
a { background-color: #EDB70A; }
a { background-color: rgb(237,183,10); }
div.DivClassName
{
background-color: #EDB70A;
}
.BgClassName
{
background-color: #EDB70A;
}
</style>
border-color css
<style>
span { border-color: #EDB70A; }
span { border-color: rgb(237,183,10); }
td.TdClassName
{
border-color: #EDB70A;
}
.TagClassName
{
border-color: #EDB70A;
}
</style>