Shades of Selective Yellow #EDB60A
Tints of Selective Yellow #EDB60A
RGB
CMYK
RGB Variations
Color information
#EDB60A (or 0xEDB60A) is known color: Selective Yellow. HEX triplet: ED, B6 and 0A. RGB value is (237,182,10). Sum of RGB (Red+Green+Blue) = 237+182+10=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB60A is #1249F5. Grayscale: #B3B3B3. Windows color (decimal): -1198582 or 702189. OLE color: 702189.
HSL color Cylindrical-coordinate representation of color #EDB60A: hue angle of 45.46º 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 #EDB60A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.07 |
| HSL | 45.46º | 0.92% | 0.48% | - |
| HSV(B) | 45.46º | 0.96% | 0.93% | - |
| XYZ | 51.71 | 51.48 | 7.5 | - |
| YUV | 178.84 | 32.72 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 10 | 0 | 0.23 | 0.96 | 0.07 | 45.46 | 0.92 | 0.48 |
| Hex | ED | B6 | A | 0 | 17 | 60 | 7 | 2D | 5C | 30 |
| Octal | 355 | 266 | 12 | 0 | 27 | 140 | 7 | 55 | 134 | 60 |
| Binary | 11101101 | 10110110 | 1010 | 0 | 10111 | 1100000 | 111 | 101101 | 1011100 | 110000 |
Color Harmonies of #EDB60A
Complementary color
Monochromatic Colors of #EDB60A
Black with #EDB60A
Text Example
Text Example
White with #EDB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB60A; }
p { color: rgb(237,182,10); }
H1.HeaderClassName
{
color: #EDB60A;
}
.AnyTagClassName
{
color: #EDB60A;
}
</style>
background-color css
<style>
a { background-color: #EDB60A; }
a { background-color: rgb(237,182,10); }
div.DivClassName
{
background-color: #EDB60A;
}
.BgClassName
{
background-color: #EDB60A;
}
</style>
border-color css
<style>
span { border-color: #EDB60A; }
span { border-color: rgb(237,182,10); }
td.TdClassName
{
border-color: #EDB60A;
}
.TagClassName
{
border-color: #EDB60A;
}
</style>