Shades of Lightning Yellow #EDA427
Tints of Lightning Yellow #EDA427
RGB
CMYK
RGB Variations
Color information
#EDA427 (or 0xEDA427) is known color: Lightning Yellow. HEX triplet: ED, A4 and 27. RGB value is (237,164,39). Sum of RGB (Red+Green+Blue) = 237+164+39=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA427 is #125BD8. Grayscale: #ACACAC. Windows color (decimal): -1203161 or 2598125. OLE color: 2598125.
HSL color Cylindrical-coordinate representation of color #EDA427: hue angle of 37.88º 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 #EDA427 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 39 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.07 |
| HSL | 37.88º | 0.85% | 0.54% | - |
| HSV(B) | 37.88º | 0.84% | 0.93% | - |
| XYZ | 48.57 | 44.7 | 7.99 | - |
| YUV | 171.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 39 | 0 | 0.31 | 0.84 | 0.07 | 37.88 | 0.85 | 0.54 |
| Hex | ED | A4 | 27 | 0 | 1F | 54 | 7 | 26 | 55 | 36 |
| Octal | 355 | 244 | 47 | 0 | 37 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100100 | 100111 | 0 | 11111 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA427
Complementary color
Monochromatic Colors of #EDA427
Black with #EDA427
Text Example
Text Example
White with #EDA427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA427; }
p { color: rgb(237,164,39); }
H1.HeaderClassName
{
color: #EDA427;
}
.AnyTagClassName
{
color: #EDA427;
}
</style>
background-color css
<style>
a { background-color: #EDA427; }
a { background-color: rgb(237,164,39); }
div.DivClassName
{
background-color: #EDA427;
}
.BgClassName
{
background-color: #EDA427;
}
</style>
border-color css
<style>
span { border-color: #EDA427; }
span { border-color: rgb(237,164,39); }
td.TdClassName
{
border-color: #EDA427;
}
.TagClassName
{
border-color: #EDA427;
}
</style>