Shades of Lightning Yellow #EDA92D
Tints of Lightning Yellow #EDA92D
RGB
CMYK
RGB Variations
Color information
#EDA92D (or 0xEDA92D) is known color: Lightning Yellow. HEX triplet: ED, A9 and 2D. RGB value is (237,169,45). Sum of RGB (Red+Green+Blue) = 237+169+45=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA92D is #1256D2. Grayscale: #AFAFAF. Windows color (decimal): -1201875 or 2992621. OLE color: 2992621.
HSL color Cylindrical-coordinate representation of color #EDA92D: hue angle of 38.75º 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 #EDA92D is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 45 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.07 |
| HSL | 38.75º | 0.84% | 0.55% | - |
| HSV(B) | 38.75º | 0.81% | 0.93% | - |
| XYZ | 49.59 | 46.57 | 8.86 | - |
| YUV | 175.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 45 | 0 | 0.29 | 0.81 | 0.07 | 38.75 | 0.84 | 0.55 |
| Hex | ED | A9 | 2D | 0 | 1D | 51 | 7 | 27 | 54 | 37 |
| Octal | 355 | 251 | 55 | 0 | 35 | 121 | 7 | 47 | 124 | 67 |
| Binary | 11101101 | 10101001 | 101101 | 0 | 11101 | 1010001 | 111 | 100111 | 1010100 | 110111 |
Color Harmonies of #EDA92D
Complementary color
Monochromatic Colors of #EDA92D
Black with #EDA92D
Text Example
Text Example
White with #EDA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA92D; }
p { color: rgb(237,169,45); }
H1.HeaderClassName
{
color: #EDA92D;
}
.AnyTagClassName
{
color: #EDA92D;
}
</style>
background-color css
<style>
a { background-color: #EDA92D; }
a { background-color: rgb(237,169,45); }
div.DivClassName
{
background-color: #EDA92D;
}
.BgClassName
{
background-color: #EDA92D;
}
</style>
border-color css
<style>
span { border-color: #EDA92D; }
span { border-color: rgb(237,169,45); }
td.TdClassName
{
border-color: #EDA92D;
}
.TagClassName
{
border-color: #EDA92D;
}
</style>