Shades of Lightning Yellow #EDA52B
Tints of Lightning Yellow #EDA52B
RGB
CMYK
RGB Variations
Color information
#EDA52B (or 0xEDA52B) is known color: Lightning Yellow. HEX triplet: ED, A5 and 2B. RGB value is (237,165,43). Sum of RGB (Red+Green+Blue) = 237+165+43=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA52B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA52B is #125AD4. Grayscale: #ADADAD. Windows color (decimal): -1202901 or 2860525. OLE color: 2860525.
HSL color Cylindrical-coordinate representation of color #EDA52B: hue angle of 37.73º 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 #EDA52B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 43 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.07 |
| HSL | 37.73º | 0.84% | 0.55% | - |
| HSV(B) | 37.73º | 0.82% | 0.93% | - |
| XYZ | 48.82 | 45.09 | 8.42 | - |
| YUV | 172.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 43 | 0 | 0.30 | 0.82 | 0.07 | 37.73 | 0.84 | 0.55 |
| Hex | ED | A5 | 2B | 0 | 1E | 52 | 7 | 26 | 54 | 37 |
| Octal | 355 | 245 | 53 | 0 | 36 | 122 | 7 | 46 | 124 | 67 |
| Binary | 11101101 | 10100101 | 101011 | 0 | 11110 | 1010010 | 111 | 100110 | 1010100 | 110111 |
Color Harmonies of #EDA52B
Complementary color
Monochromatic Colors of #EDA52B
Black with #EDA52B
Text Example
Text Example
White with #EDA52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA52B; }
p { color: rgb(237,165,43); }
H1.HeaderClassName
{
color: #EDA52B;
}
.AnyTagClassName
{
color: #EDA52B;
}
</style>
background-color css
<style>
a { background-color: #EDA52B; }
a { background-color: rgb(237,165,43); }
div.DivClassName
{
background-color: #EDA52B;
}
.BgClassName
{
background-color: #EDA52B;
}
</style>
border-color css
<style>
span { border-color: #EDA52B; }
span { border-color: rgb(237,165,43); }
td.TdClassName
{
border-color: #EDA52B;
}
.TagClassName
{
border-color: #EDA52B;
}
</style>