Shades of Lightning Yellow #EDA72A
Tints of Lightning Yellow #EDA72A
RGB
CMYK
RGB Variations
Color information
#EDA72A (or 0xEDA72A) is known color: Lightning Yellow. HEX triplet: ED, A7 and 2A. RGB value is (237,167,42). Sum of RGB (Red+Green+Blue) = 237+167+42=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA72A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA72A is #1258D5. Grayscale: #AEAEAE. Windows color (decimal): -1202390 or 2795501. OLE color: 2795501.
HSL color Cylindrical-coordinate representation of color #EDA72A: hue angle of 38.46º 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 #EDA72A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 42 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.07 |
| HSL | 38.46º | 0.84% | 0.55% | - |
| HSV(B) | 38.46º | 0.82% | 0.93% | - |
| XYZ | 49.16 | 45.81 | 8.44 | - |
| YUV | 173.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 42 | 0 | 0.30 | 0.82 | 0.07 | 38.46 | 0.84 | 0.55 |
| Hex | ED | A7 | 2A | 0 | 1E | 52 | 7 | 26 | 54 | 37 |
| Octal | 355 | 247 | 52 | 0 | 36 | 122 | 7 | 46 | 124 | 67 |
| Binary | 11101101 | 10100111 | 101010 | 0 | 11110 | 1010010 | 111 | 100110 | 1010100 | 110111 |
Color Harmonies of #EDA72A
Complementary color
Monochromatic Colors of #EDA72A
Black with #EDA72A
Text Example
Text Example
White with #EDA72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA72A; }
p { color: rgb(237,167,42); }
H1.HeaderClassName
{
color: #EDA72A;
}
.AnyTagClassName
{
color: #EDA72A;
}
</style>
background-color css
<style>
a { background-color: #EDA72A; }
a { background-color: rgb(237,167,42); }
div.DivClassName
{
background-color: #EDA72A;
}
.BgClassName
{
background-color: #EDA72A;
}
</style>
border-color css
<style>
span { border-color: #EDA72A; }
span { border-color: rgb(237,167,42); }
td.TdClassName
{
border-color: #EDA72A;
}
.TagClassName
{
border-color: #EDA72A;
}
</style>