Shades of Lightning Yellow #EDA62B
Tints of Lightning Yellow #EDA62B
RGB
CMYK
RGB Variations
Color information
#EDA62B (or 0xEDA62B) is known color: Lightning Yellow. HEX triplet: ED, A6 and 2B. RGB value is (237,166,43). Sum of RGB (Red+Green+Blue) = 237+166+43=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA62B is #1259D4. Grayscale: #ADADAD. Windows color (decimal): -1202645 or 2860781. OLE color: 2860781.
HSL color Cylindrical-coordinate representation of color #EDA62B: hue angle of 38.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDA62B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 43 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.07 |
| HSL | 38.04º | 0.84% | 0.55% | - |
| HSV(B) | 38.04º | 0.82% | 0.93% | - |
| XYZ | 49 | 45.45 | 8.48 | - |
| YUV | 173.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 43 | 0 | 0.30 | 0.82 | 0.07 | 38.04 | 0.84 | 0.55 |
| Hex | ED | A6 | 2B | 0 | 1E | 52 | 7 | 26 | 54 | 37 |
| Octal | 355 | 246 | 53 | 0 | 36 | 122 | 7 | 46 | 124 | 67 |
| Binary | 11101101 | 10100110 | 101011 | 0 | 11110 | 1010010 | 111 | 100110 | 1010100 | 110111 |
Color Harmonies of #EDA62B
Complementary color
Monochromatic Colors of #EDA62B
Black with #EDA62B
Text Example
Text Example
White with #EDA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA62B; }
p { color: rgb(237,166,43); }
H1.HeaderClassName
{
color: #EDA62B;
}
.AnyTagClassName
{
color: #EDA62B;
}
</style>
background-color css
<style>
a { background-color: #EDA62B; }
a { background-color: rgb(237,166,43); }
div.DivClassName
{
background-color: #EDA62B;
}
.BgClassName
{
background-color: #EDA62B;
}
</style>
border-color css
<style>
span { border-color: #EDA62B; }
span { border-color: rgb(237,166,43); }
td.TdClassName
{
border-color: #EDA62B;
}
.TagClassName
{
border-color: #EDA62B;
}
</style>