Shades of Lightning Yellow #EDA423
Tints of Lightning Yellow #EDA423
RGB
CMYK
RGB Variations
Color information
#EDA423 (or 0xEDA423) is known color: Lightning Yellow. HEX triplet: ED, A4 and 23. RGB value is (237,164,35). Sum of RGB (Red+Green+Blue) = 237+164+35=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA423 is #125BDC. Grayscale: #ABABAB. Windows color (decimal): -1203165 or 2335981. OLE color: 2335981.
HSL color Cylindrical-coordinate representation of color #EDA423: hue angle of 38.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA423 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 35 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.07 |
| HSL | 38.32º | 0.85% | 0.53% | - |
| HSV(B) | 38.32º | 0.85% | 0.93% | - |
| XYZ | 48.5 | 44.68 | 7.66 | - |
| YUV | 171.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 35 | 0 | 0.31 | 0.85 | 0.07 | 38.32 | 0.85 | 0.53 |
| Hex | ED | A4 | 23 | 0 | 1F | 55 | 7 | 26 | 55 | 35 |
| Octal | 355 | 244 | 43 | 0 | 37 | 125 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100100 | 100011 | 0 | 11111 | 1010101 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA423
Complementary color
Monochromatic Colors of #EDA423
Black with #EDA423
Text Example
Text Example
White with #EDA423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA423; }
p { color: rgb(237,164,35); }
H1.HeaderClassName
{
color: #EDA423;
}
.AnyTagClassName
{
color: #EDA423;
}
</style>
background-color css
<style>
a { background-color: #EDA423; }
a { background-color: rgb(237,164,35); }
div.DivClassName
{
background-color: #EDA423;
}
.BgClassName
{
background-color: #EDA423;
}
</style>
border-color css
<style>
span { border-color: #EDA423; }
span { border-color: rgb(237,164,35); }
td.TdClassName
{
border-color: #EDA423;
}
.TagClassName
{
border-color: #EDA423;
}
</style>