Shades of Lightning Yellow #EDA32A
Tints of Lightning Yellow #EDA32A
RGB
CMYK
RGB Variations
Color information
#EDA32A (or 0xEDA32A) is known color: Lightning Yellow. HEX triplet: ED, A3 and 2A. RGB value is (237,163,42). Sum of RGB (Red+Green+Blue) = 237+163+42=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA32A is #125CD5. Grayscale: #ABABAB. Windows color (decimal): -1203414 or 2794477. OLE color: 2794477.
HSL color Cylindrical-coordinate representation of color #EDA32A: hue angle of 37.23º 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 #EDA32A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 42 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.07 |
| HSL | 37.23º | 0.84% | 0.55% | - |
| HSV(B) | 37.23º | 0.82% | 0.93% | - |
| XYZ | 48.44 | 44.37 | 8.2 | - |
| YUV | 171.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 42 | 0 | 0.31 | 0.82 | 0.07 | 37.23 | 0.84 | 0.55 |
| Hex | ED | A3 | 2A | 0 | 1F | 52 | 7 | 25 | 54 | 37 |
| Octal | 355 | 243 | 52 | 0 | 37 | 122 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100011 | 101010 | 0 | 11111 | 1010010 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA32A
Complementary color
Monochromatic Colors of #EDA32A
Black with #EDA32A
Text Example
Text Example
White with #EDA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA32A; }
p { color: rgb(237,163,42); }
H1.HeaderClassName
{
color: #EDA32A;
}
.AnyTagClassName
{
color: #EDA32A;
}
</style>
background-color css
<style>
a { background-color: #EDA32A; }
a { background-color: rgb(237,163,42); }
div.DivClassName
{
background-color: #EDA32A;
}
.BgClassName
{
background-color: #EDA32A;
}
</style>
border-color css
<style>
span { border-color: #EDA32A; }
span { border-color: rgb(237,163,42); }
td.TdClassName
{
border-color: #EDA32A;
}
.TagClassName
{
border-color: #EDA32A;
}
</style>