Shades of Lightning Yellow #EDA82F
Tints of Lightning Yellow #EDA82F
RGB
CMYK
RGB Variations
Color information
#EDA82F (or 0xEDA82F) is known color: Lightning Yellow. HEX triplet: ED, A8 and 2F. RGB value is (237,168,47). Sum of RGB (Red+Green+Blue) = 237+168+47=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA82F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA82F is #1257D0. Grayscale: #AFAFAF. Windows color (decimal): -1202129 or 3123437. OLE color: 3123437.
HSL color Cylindrical-coordinate representation of color #EDA82F: hue angle of 38.21º 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 #EDA82F is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 47 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.07 |
| HSL | 38.21º | 0.84% | 0.56% | - |
| HSV(B) | 38.21º | 0.8% | 0.93% | - |
| XYZ | 49.44 | 46.22 | 9 | - |
| YUV | 174.84 | 55.86 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 47 | 0 | 0.29 | 0.80 | 0.07 | 38.21 | 0.84 | 0.56 |
| Hex | ED | A8 | 2F | 0 | 1D | 50 | 7 | 26 | 54 | 38 |
| Octal | 355 | 250 | 57 | 0 | 35 | 120 | 7 | 46 | 124 | 70 |
| Binary | 11101101 | 10101000 | 101111 | 0 | 11101 | 1010000 | 111 | 100110 | 1010100 | 111000 |
Color Harmonies of #EDA82F
Complementary color
Monochromatic Colors of #EDA82F
Black with #EDA82F
Text Example
Text Example
White with #EDA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA82F; }
p { color: rgb(237,168,47); }
H1.HeaderClassName
{
color: #EDA82F;
}
.AnyTagClassName
{
color: #EDA82F;
}
</style>
background-color css
<style>
a { background-color: #EDA82F; }
a { background-color: rgb(237,168,47); }
div.DivClassName
{
background-color: #EDA82F;
}
.BgClassName
{
background-color: #EDA82F;
}
</style>
border-color css
<style>
span { border-color: #EDA82F; }
span { border-color: rgb(237,168,47); }
td.TdClassName
{
border-color: #EDA82F;
}
.TagClassName
{
border-color: #EDA82F;
}
</style>