Shades of Lightning Yellow #EDA627
Tints of Lightning Yellow #EDA627
RGB
CMYK
RGB Variations
Color information
#EDA627 (or 0xEDA627) is known color: Lightning Yellow. HEX triplet: ED, A6 and 27. RGB value is (237,166,39). Sum of RGB (Red+Green+Blue) = 237+166+39=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA627 is #1259D8. Grayscale: #ADADAD. Windows color (decimal): -1202649 or 2598637. OLE color: 2598637.
HSL color Cylindrical-coordinate representation of color #EDA627: hue angle of 38.48º 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 #EDA627 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 39 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.07 |
| HSL | 38.48º | 0.85% | 0.54% | - |
| HSV(B) | 38.48º | 0.84% | 0.93% | - |
| XYZ | 48.93 | 45.42 | 8.11 | - |
| YUV | 172.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 39 | 0 | 0.30 | 0.84 | 0.07 | 38.48 | 0.85 | 0.54 |
| Hex | ED | A6 | 27 | 0 | 1E | 54 | 7 | 26 | 55 | 36 |
| Octal | 355 | 246 | 47 | 0 | 36 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100110 | 100111 | 0 | 11110 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA627
Complementary color
Monochromatic Colors of #EDA627
Black with #EDA627
Text Example
Text Example
White with #EDA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA627; }
p { color: rgb(237,166,39); }
H1.HeaderClassName
{
color: #EDA627;
}
.AnyTagClassName
{
color: #EDA627;
}
</style>
background-color css
<style>
a { background-color: #EDA627; }
a { background-color: rgb(237,166,39); }
div.DivClassName
{
background-color: #EDA627;
}
.BgClassName
{
background-color: #EDA627;
}
</style>
border-color css
<style>
span { border-color: #EDA627; }
span { border-color: rgb(237,166,39); }
td.TdClassName
{
border-color: #EDA627;
}
.TagClassName
{
border-color: #EDA627;
}
</style>