Shades of Selective Yellow #EDB70C
Tints of Selective Yellow #EDB70C
RGB
CMYK
RGB Variations
Color information
#EDB70C (or 0xEDB70C) is known color: Selective Yellow. HEX triplet: ED, B7 and 0C. RGB value is (237,183,12). Sum of RGB (Red+Green+Blue) = 237+183+12=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB70C is #1248F3. Grayscale: #B4B4B4. Windows color (decimal): -1198324 or 833517. OLE color: 833517.
HSL color Cylindrical-coordinate representation of color #EDB70C: hue angle of 45.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB70C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.6º | 0.9% | 0.49% | - |
| HSV(B) | 45.6º | 0.95% | 0.93% | - |
| XYZ | 51.92 | 51.9 | 7.63 | - |
| YUV | 179.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 12 | 0 | 0.23 | 0.95 | 0.07 | 45.6 | 0.9 | 0.49 |
| Hex | ED | B7 | C | 0 | 17 | 5F | 7 | 2E | 5A | 31 |
| Octal | 355 | 267 | 14 | 0 | 27 | 137 | 7 | 56 | 132 | 61 |
| Binary | 11101101 | 10110111 | 1100 | 0 | 10111 | 1011111 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #EDB70C
Complementary color
Monochromatic Colors of #EDB70C
Black with #EDB70C
Text Example
Text Example
White with #EDB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB70C; }
p { color: rgb(237,183,12); }
H1.HeaderClassName
{
color: #EDB70C;
}
.AnyTagClassName
{
color: #EDB70C;
}
</style>
background-color css
<style>
a { background-color: #EDB70C; }
a { background-color: rgb(237,183,12); }
div.DivClassName
{
background-color: #EDB70C;
}
.BgClassName
{
background-color: #EDB70C;
}
</style>
border-color css
<style>
span { border-color: #EDB70C; }
span { border-color: rgb(237,183,12); }
td.TdClassName
{
border-color: #EDB70C;
}
.TagClassName
{
border-color: #EDB70C;
}
</style>