Shades of Lightning Yellow #EDA425
Tints of Lightning Yellow #EDA425
RGB
CMYK
RGB Variations
Color information
#EDA425 (or 0xEDA425) is known color: Lightning Yellow. HEX triplet: ED, A4 and 25. RGB value is (237,164,37). Sum of RGB (Red+Green+Blue) = 237+164+37=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA425 is #125BDA. Grayscale: #ABABAB. Windows color (decimal): -1203163 or 2467053. OLE color: 2467053.
HSL color Cylindrical-coordinate representation of color #EDA425: hue angle of 38.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDA425 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 37 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.07 |
| HSL | 38.1º | 0.85% | 0.54% | - |
| HSV(B) | 38.1º | 0.84% | 0.93% | - |
| XYZ | 48.53 | 44.69 | 7.82 | - |
| YUV | 171.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 37 | 0 | 0.31 | 0.84 | 0.07 | 38.1 | 0.85 | 0.54 |
| Hex | ED | A4 | 25 | 0 | 1F | 54 | 7 | 26 | 55 | 36 |
| Octal | 355 | 244 | 45 | 0 | 37 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100100 | 100101 | 0 | 11111 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA425
Complementary color
Monochromatic Colors of #EDA425
Black with #EDA425
Text Example
Text Example
White with #EDA425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA425; }
p { color: rgb(237,164,37); }
H1.HeaderClassName
{
color: #EDA425;
}
.AnyTagClassName
{
color: #EDA425;
}
</style>
background-color css
<style>
a { background-color: #EDA425; }
a { background-color: rgb(237,164,37); }
div.DivClassName
{
background-color: #EDA425;
}
.BgClassName
{
background-color: #EDA425;
}
</style>
border-color css
<style>
span { border-color: #EDA425; }
span { border-color: rgb(237,164,37); }
td.TdClassName
{
border-color: #EDA425;
}
.TagClassName
{
border-color: #EDA425;
}
</style>