Shades of Lightning Yellow #ECA42A
Tints of Lightning Yellow #ECA42A
RGB
CMYK
RGB Variations
Color information
#ECA42A (or 0xECA42A) is known color: Lightning Yellow. HEX triplet: EC, A4 and 2A. RGB value is (236,164,42). Sum of RGB (Red+Green+Blue) = 236+164+42=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA42A is #135BD5. Grayscale: #ACACAC. Windows color (decimal): -1268694 or 2794732. OLE color: 2794732.
HSL color Cylindrical-coordinate representation of color #ECA42A: 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 #ECA42A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 164 | 42 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.07 |
| HSL | 37.73º | 0.84% | 0.55% | - |
| HSV(B) | 37.73º | 0.82% | 0.93% | - |
| XYZ | 48.29 | 44.55 | 8.24 | - |
| YUV | 171.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 164 | 42 | 0 | 0.31 | 0.82 | 0.07 | 37.73 | 0.84 | 0.55 |
| Hex | EC | A4 | 2A | 0 | 1F | 52 | 7 | 26 | 54 | 37 |
| Octal | 354 | 244 | 52 | 0 | 37 | 122 | 7 | 46 | 124 | 67 |
| Binary | 11101100 | 10100100 | 101010 | 0 | 11111 | 1010010 | 111 | 100110 | 1010100 | 110111 |
Color Harmonies of #ECA42A
Complementary color
Monochromatic Colors of #ECA42A
Black with #ECA42A
Text Example
Text Example
White with #ECA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA42A; }
p { color: rgb(236,164,42); }
H1.HeaderClassName
{
color: #ECA42A;
}
.AnyTagClassName
{
color: #ECA42A;
}
</style>
background-color css
<style>
a { background-color: #ECA42A; }
a { background-color: rgb(236,164,42); }
div.DivClassName
{
background-color: #ECA42A;
}
.BgClassName
{
background-color: #ECA42A;
}
</style>
border-color css
<style>
span { border-color: #ECA42A; }
span { border-color: rgb(236,164,42); }
td.TdClassName
{
border-color: #ECA42A;
}
.TagClassName
{
border-color: #ECA42A;
}
</style>