Shades of Lightning Yellow #EDA42C
Tints of Lightning Yellow #EDA42C
RGB
CMYK
RGB Variations
Color information
#EDA42C (or 0xEDA42C) is known color: Lightning Yellow. HEX triplet: ED, A4 and 2C. RGB value is (237,164,44). Sum of RGB (Red+Green+Blue) = 237+164+44=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA42C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA42C is #125BD3. Grayscale: #ACACAC. Windows color (decimal): -1203156 or 2925805. OLE color: 2925805.
HSL color Cylindrical-coordinate representation of color #EDA42C: hue angle of 37.31º 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 #EDA42C is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 44 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.07 |
| HSL | 37.31º | 0.84% | 0.55% | - |
| HSV(B) | 37.31º | 0.81% | 0.93% | - |
| XYZ | 48.66 | 44.74 | 8.45 | - |
| YUV | 172.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 44 | 0 | 0.31 | 0.81 | 0.07 | 37.31 | 0.84 | 0.55 |
| Hex | ED | A4 | 2C | 0 | 1F | 51 | 7 | 25 | 54 | 37 |
| Octal | 355 | 244 | 54 | 0 | 37 | 121 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100100 | 101100 | 0 | 11111 | 1010001 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA42C
Complementary color
Monochromatic Colors of #EDA42C
Black with #EDA42C
Text Example
Text Example
White with #EDA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA42C; }
p { color: rgb(237,164,44); }
H1.HeaderClassName
{
color: #EDA42C;
}
.AnyTagClassName
{
color: #EDA42C;
}
</style>
background-color css
<style>
a { background-color: #EDA42C; }
a { background-color: rgb(237,164,44); }
div.DivClassName
{
background-color: #EDA42C;
}
.BgClassName
{
background-color: #EDA42C;
}
</style>
border-color css
<style>
span { border-color: #EDA42C; }
span { border-color: rgb(237,164,44); }
td.TdClassName
{
border-color: #EDA42C;
}
.TagClassName
{
border-color: #EDA42C;
}
</style>