Shades of Lightning Yellow #ECAA2E
Tints of Lightning Yellow #ECAA2E
RGB
CMYK
RGB Variations
Color information
#ECAA2E (or 0xECAA2E) is known color: Lightning Yellow. HEX triplet: EC, AA and 2E. RGB value is (236,170,46). Sum of RGB (Red+Green+Blue) = 236+170+46=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA2E is #1355D1. Grayscale: #B0B0B0. Windows color (decimal): -1267154 or 3058412. OLE color: 3058412.
HSL color Cylindrical-coordinate representation of color #ECAA2E: hue angle of 39.16º degrees, saturation: 0.83, 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 #ECAA2E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 46 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.07 |
| HSL | 39.16º | 0.83% | 0.55% | - |
| HSV(B) | 39.16º | 0.81% | 0.93% | - |
| XYZ | 49.46 | 46.78 | 9.01 | - |
| YUV | 175.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 46 | 0 | 0.28 | 0.81 | 0.07 | 39.16 | 0.83 | 0.55 |
| Hex | EC | AA | 2E | 0 | 1C | 51 | 7 | 27 | 53 | 37 |
| Octal | 354 | 252 | 56 | 0 | 34 | 121 | 7 | 47 | 123 | 67 |
| Binary | 11101100 | 10101010 | 101110 | 0 | 11100 | 1010001 | 111 | 100111 | 1010011 | 110111 |
Color Harmonies of #ECAA2E
Complementary color
Monochromatic Colors of #ECAA2E
Black with #ECAA2E
Text Example
Text Example
White with #ECAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA2E; }
p { color: rgb(236,170,46); }
H1.HeaderClassName
{
color: #ECAA2E;
}
.AnyTagClassName
{
color: #ECAA2E;
}
</style>
background-color css
<style>
a { background-color: #ECAA2E; }
a { background-color: rgb(236,170,46); }
div.DivClassName
{
background-color: #ECAA2E;
}
.BgClassName
{
background-color: #ECAA2E;
}
</style>
border-color css
<style>
span { border-color: #ECAA2E; }
span { border-color: rgb(236,170,46); }
td.TdClassName
{
border-color: #ECAA2E;
}
.TagClassName
{
border-color: #ECAA2E;
}
</style>