Shades of Selective Yellow #EDB408
Tints of Selective Yellow #EDB408
RGB
CMYK
RGB Variations
Color information
#EDB408 (or 0xEDB408) is known color: Selective Yellow. HEX triplet: ED, B4 and 08. RGB value is (237,180,8). Sum of RGB (Red+Green+Blue) = 237+180+8=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB408 is #124BF7. Grayscale: #B2B2B2. Windows color (decimal): -1199096 or 570605. OLE color: 570605.
HSL color Cylindrical-coordinate representation of color #EDB408: hue angle of 45.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDB408 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45.07º | 0.93% | 0.48% | - |
| HSV(B) | 45.07º | 0.97% | 0.93% | - |
| XYZ | 51.29 | 50.66 | 7.31 | - |
| YUV | 177.44 | 32.38 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 8 | 0 | 0.24 | 0.97 | 0.07 | 45.07 | 0.93 | 0.48 |
| Hex | ED | B4 | 8 | 0 | 18 | 61 | 7 | 2D | 5D | 30 |
| Octal | 355 | 264 | 10 | 0 | 30 | 141 | 7 | 55 | 135 | 60 |
| Binary | 11101101 | 10110100 | 1000 | 0 | 11000 | 1100001 | 111 | 101101 | 1011101 | 110000 |
Color Harmonies of #EDB408
Complementary color
Monochromatic Colors of #EDB408
Black with #EDB408
Text Example
Text Example
White with #EDB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB408; }
p { color: rgb(237,180,8); }
H1.HeaderClassName
{
color: #EDB408;
}
.AnyTagClassName
{
color: #EDB408;
}
</style>
background-color css
<style>
a { background-color: #EDB408; }
a { background-color: rgb(237,180,8); }
div.DivClassName
{
background-color: #EDB408;
}
.BgClassName
{
background-color: #EDB408;
}
</style>
border-color css
<style>
span { border-color: #EDB408; }
span { border-color: rgb(237,180,8); }
td.TdClassName
{
border-color: #EDB408;
}
.TagClassName
{
border-color: #EDB408;
}
</style>