Shades of Lightning Yellow #EDA92B
Tints of Lightning Yellow #EDA92B
RGB
CMYK
RGB Variations
Color information
#EDA92B (or 0xEDA92B) is known color: Lightning Yellow. HEX triplet: ED, A9 and 2B. RGB value is (237,169,43). Sum of RGB (Red+Green+Blue) = 237+169+43=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA92B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA92B is #1256D4. Grayscale: #AFAFAF. Windows color (decimal): -1201877 or 2861549. OLE color: 2861549.
HSL color Cylindrical-coordinate representation of color #EDA92B: hue angle of 38.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDA92B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 43 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.07 |
| HSL | 38.97º | 0.84% | 0.55% | - |
| HSV(B) | 38.97º | 0.82% | 0.93% | - |
| XYZ | 49.55 | 46.55 | 8.66 | - |
| YUV | 174.97 | 53.53 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 43 | 0 | 0.29 | 0.82 | 0.07 | 38.97 | 0.84 | 0.55 |
| Hex | ED | A9 | 2B | 0 | 1D | 52 | 7 | 27 | 54 | 37 |
| Octal | 355 | 251 | 53 | 0 | 35 | 122 | 7 | 47 | 124 | 67 |
| Binary | 11101101 | 10101001 | 101011 | 0 | 11101 | 1010010 | 111 | 100111 | 1010100 | 110111 |
Color Harmonies of #EDA92B
Complementary color
Monochromatic Colors of #EDA92B
Black with #EDA92B
Text Example
Text Example
White with #EDA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA92B; }
p { color: rgb(237,169,43); }
H1.HeaderClassName
{
color: #EDA92B;
}
.AnyTagClassName
{
color: #EDA92B;
}
</style>
background-color css
<style>
a { background-color: #EDA92B; }
a { background-color: rgb(237,169,43); }
div.DivClassName
{
background-color: #EDA92B;
}
.BgClassName
{
background-color: #EDA92B;
}
</style>
border-color css
<style>
span { border-color: #EDA92B; }
span { border-color: rgb(237,169,43); }
td.TdClassName
{
border-color: #EDA92B;
}
.TagClassName
{
border-color: #EDA92B;
}
</style>