Shades of Lightning Yellow #EDA42E
Tints of Lightning Yellow #EDA42E
RGB
CMYK
RGB Variations
Color information
#EDA42E (or 0xEDA42E) is known color: Lightning Yellow. HEX triplet: ED, A4 and 2E. RGB value is (237,164,46). Sum of RGB (Red+Green+Blue) = 237+164+46=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA42E is #125BD1. Grayscale: #ACACAC. Windows color (decimal): -1203154 or 3056877. OLE color: 3056877.
HSL color Cylindrical-coordinate representation of color #EDA42E: hue angle of 37.07º 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 #EDA42E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 46 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.07 |
| HSL | 37.07º | 0.84% | 0.55% | - |
| HSV(B) | 37.07º | 0.81% | 0.93% | - |
| XYZ | 48.69 | 44.75 | 8.66 | - |
| YUV | 172.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 46 | 0 | 0.31 | 0.81 | 0.07 | 37.07 | 0.84 | 0.55 |
| Hex | ED | A4 | 2E | 0 | 1F | 51 | 7 | 25 | 54 | 37 |
| Octal | 355 | 244 | 56 | 0 | 37 | 121 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100100 | 101110 | 0 | 11111 | 1010001 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA42E
Complementary color
Monochromatic Colors of #EDA42E
Black with #EDA42E
Text Example
Text Example
White with #EDA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA42E; }
p { color: rgb(237,164,46); }
H1.HeaderClassName
{
color: #EDA42E;
}
.AnyTagClassName
{
color: #EDA42E;
}
</style>
background-color css
<style>
a { background-color: #EDA42E; }
a { background-color: rgb(237,164,46); }
div.DivClassName
{
background-color: #EDA42E;
}
.BgClassName
{
background-color: #EDA42E;
}
</style>
border-color css
<style>
span { border-color: #EDA42E; }
span { border-color: rgb(237,164,46); }
td.TdClassName
{
border-color: #EDA42E;
}
.TagClassName
{
border-color: #EDA42E;
}
</style>