Shades of Selective Yellow #EDB60D
Tints of Selective Yellow #EDB60D
RGB
CMYK
RGB Variations
Color information
#EDB60D (or 0xEDB60D) is known color: Selective Yellow. HEX triplet: ED, B6 and 0D. RGB value is (237,182,13). Sum of RGB (Red+Green+Blue) = 237+182+13=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB60D is #1249F2. Grayscale: #B3B3B3. Windows color (decimal): -1198579 or 898797. OLE color: 898797.
HSL color Cylindrical-coordinate representation of color #EDB60D: hue angle of 45.27º 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 #EDB60D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.27º | 0.9% | 0.49% | - |
| HSV(B) | 45.27º | 0.95% | 0.93% | - |
| XYZ | 51.73 | 51.49 | 7.59 | - |
| YUV | 179.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 13 | 0 | 0.23 | 0.95 | 0.07 | 45.27 | 0.9 | 0.49 |
| Hex | ED | B6 | D | 0 | 17 | 5F | 7 | 2D | 5A | 31 |
| Octal | 355 | 266 | 15 | 0 | 27 | 137 | 7 | 55 | 132 | 61 |
| Binary | 11101101 | 10110110 | 1101 | 0 | 10111 | 1011111 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #EDB60D
Complementary color
Monochromatic Colors of #EDB60D
Black with #EDB60D
Text Example
Text Example
White with #EDB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB60D; }
p { color: rgb(237,182,13); }
H1.HeaderClassName
{
color: #EDB60D;
}
.AnyTagClassName
{
color: #EDB60D;
}
</style>
background-color css
<style>
a { background-color: #EDB60D; }
a { background-color: rgb(237,182,13); }
div.DivClassName
{
background-color: #EDB60D;
}
.BgClassName
{
background-color: #EDB60D;
}
</style>
border-color css
<style>
span { border-color: #EDB60D; }
span { border-color: rgb(237,182,13); }
td.TdClassName
{
border-color: #EDB60D;
}
.TagClassName
{
border-color: #EDB60D;
}
</style>