Shades of Lightning Yellow #EDA62D
Tints of Lightning Yellow #EDA62D
RGB
CMYK
RGB Variations
Color information
#EDA62D (or 0xEDA62D) is known color: Lightning Yellow. HEX triplet: ED, A6 and 2D. RGB value is (237,166,45). Sum of RGB (Red+Green+Blue) = 237+166+45=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA62D is #1259D2. Grayscale: #ADADAD. Windows color (decimal): -1202643 or 2991853. OLE color: 2991853.
HSL color Cylindrical-coordinate representation of color #EDA62D: hue angle of 37.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDA62D is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 45 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.07 |
| HSL | 37.81º | 0.84% | 0.55% | - |
| HSV(B) | 37.81º | 0.81% | 0.93% | - |
| XYZ | 49.03 | 45.47 | 8.67 | - |
| YUV | 173.44 | 55.52 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 45 | 0 | 0.30 | 0.81 | 0.07 | 37.81 | 0.84 | 0.55 |
| Hex | ED | A6 | 2D | 0 | 1E | 51 | 7 | 26 | 54 | 37 |
| Octal | 355 | 246 | 55 | 0 | 36 | 121 | 7 | 46 | 124 | 67 |
| Binary | 11101101 | 10100110 | 101101 | 0 | 11110 | 1010001 | 111 | 100110 | 1010100 | 110111 |
Color Harmonies of #EDA62D
Complementary color
Monochromatic Colors of #EDA62D
Black with #EDA62D
Text Example
Text Example
White with #EDA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA62D; }
p { color: rgb(237,166,45); }
H1.HeaderClassName
{
color: #EDA62D;
}
.AnyTagClassName
{
color: #EDA62D;
}
</style>
background-color css
<style>
a { background-color: #EDA62D; }
a { background-color: rgb(237,166,45); }
div.DivClassName
{
background-color: #EDA62D;
}
.BgClassName
{
background-color: #EDA62D;
}
</style>
border-color css
<style>
span { border-color: #EDA62D; }
span { border-color: rgb(237,166,45); }
td.TdClassName
{
border-color: #EDA62D;
}
.TagClassName
{
border-color: #EDA62D;
}
</style>