Shades of Lightning Yellow #EDA62F
Tints of Lightning Yellow #EDA62F
RGB
CMYK
RGB Variations
Color information
#EDA62F (or 0xEDA62F) is known color: Lightning Yellow. HEX triplet: ED, A6 and 2F. RGB value is (237,166,47). Sum of RGB (Red+Green+Blue) = 237+166+47=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA62F is #1259D0. Grayscale: #AEAEAE. Windows color (decimal): -1202641 or 3122925. OLE color: 3122925.
HSL color Cylindrical-coordinate representation of color #EDA62F: hue angle of 37.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDA62F is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 47 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.07 |
| HSL | 37.58º | 0.84% | 0.56% | - |
| HSV(B) | 37.58º | 0.8% | 0.93% | - |
| XYZ | 49.07 | 45.48 | 8.88 | - |
| YUV | 173.66 | 56.52 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 47 | 0 | 0.30 | 0.80 | 0.07 | 37.58 | 0.84 | 0.56 |
| Hex | ED | A6 | 2F | 0 | 1E | 50 | 7 | 26 | 54 | 38 |
| Octal | 355 | 246 | 57 | 0 | 36 | 120 | 7 | 46 | 124 | 70 |
| Binary | 11101101 | 10100110 | 101111 | 0 | 11110 | 1010000 | 111 | 100110 | 1010100 | 111000 |
Color Harmonies of #EDA62F
Complementary color
Monochromatic Colors of #EDA62F
Black with #EDA62F
Text Example
Text Example
White with #EDA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA62F; }
p { color: rgb(237,166,47); }
H1.HeaderClassName
{
color: #EDA62F;
}
.AnyTagClassName
{
color: #EDA62F;
}
</style>
background-color css
<style>
a { background-color: #EDA62F; }
a { background-color: rgb(237,166,47); }
div.DivClassName
{
background-color: #EDA62F;
}
.BgClassName
{
background-color: #EDA62F;
}
</style>
border-color css
<style>
span { border-color: #EDA62F; }
span { border-color: rgb(237,166,47); }
td.TdClassName
{
border-color: #EDA62F;
}
.TagClassName
{
border-color: #EDA62F;
}
</style>