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