Shades of Lightning Yellow #EDA831
Tints of Lightning Yellow #EDA831
RGB
CMYK
RGB Variations
Color information
#EDA831 (or 0xEDA831) is known color: Lightning Yellow. HEX triplet: ED, A8 and 31. RGB value is (237,168,49). Sum of RGB (Red+Green+Blue) = 237+168+49=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA831 is #1257CE. Grayscale: #AFAFAF. Windows color (decimal): -1202127 or 3254509. OLE color: 3254509.
HSL color Cylindrical-coordinate representation of color #EDA831: hue angle of 37.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDA831 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 49 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.07 |
| HSL | 37.98º | 0.84% | 0.56% | - |
| HSV(B) | 37.98º | 0.79% | 0.93% | - |
| XYZ | 49.48 | 46.23 | 9.22 | - |
| YUV | 175.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 49 | 0 | 0.29 | 0.79 | 0.07 | 37.98 | 0.84 | 0.56 |
| Hex | ED | A8 | 31 | 0 | 1D | 4F | 7 | 26 | 54 | 38 |
| Octal | 355 | 250 | 61 | 0 | 35 | 117 | 7 | 46 | 124 | 70 |
| Binary | 11101101 | 10101000 | 110001 | 0 | 11101 | 1001111 | 111 | 100110 | 1010100 | 111000 |
Color Harmonies of #EDA831
Complementary color
Monochromatic Colors of #EDA831
Black with #EDA831
Text Example
Text Example
White with #EDA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA831; }
p { color: rgb(237,168,49); }
H1.HeaderClassName
{
color: #EDA831;
}
.AnyTagClassName
{
color: #EDA831;
}
</style>
background-color css
<style>
a { background-color: #EDA831; }
a { background-color: rgb(237,168,49); }
div.DivClassName
{
background-color: #EDA831;
}
.BgClassName
{
background-color: #EDA831;
}
</style>
border-color css
<style>
span { border-color: #EDA831; }
span { border-color: rgb(237,168,49); }
td.TdClassName
{
border-color: #EDA831;
}
.TagClassName
{
border-color: #EDA831;
}
</style>