Shades of Lightning Yellow #ECA42D
Tints of Lightning Yellow #ECA42D
RGB
CMYK
RGB Variations
Color information
#ECA42D (or 0xECA42D) is known color: Lightning Yellow. HEX triplet: EC, A4 and 2D. RGB value is (236,164,45). Sum of RGB (Red+Green+Blue) = 236+164+45=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA42D is #135BD2. Grayscale: #ACACAC. Windows color (decimal): -1268691 or 2991340. OLE color: 2991340.
HSL color Cylindrical-coordinate representation of color #ECA42D: hue angle of 37.38º 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 #ECA42D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 164 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.07 |
| HSL | 37.38º | 0.83% | 0.55% | - |
| HSV(B) | 37.38º | 0.81% | 0.93% | - |
| XYZ | 48.34 | 44.57 | 8.54 | - |
| YUV | 171.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 164 | 45 | 0 | 0.31 | 0.81 | 0.07 | 37.38 | 0.83 | 0.55 |
| Hex | EC | A4 | 2D | 0 | 1F | 51 | 7 | 25 | 53 | 37 |
| Octal | 354 | 244 | 55 | 0 | 37 | 121 | 7 | 45 | 123 | 67 |
| Binary | 11101100 | 10100100 | 101101 | 0 | 11111 | 1010001 | 111 | 100101 | 1010011 | 110111 |
Color Harmonies of #ECA42D
Complementary color
Monochromatic Colors of #ECA42D
Black with #ECA42D
Text Example
Text Example
White with #ECA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA42D; }
p { color: rgb(236,164,45); }
H1.HeaderClassName
{
color: #ECA42D;
}
.AnyTagClassName
{
color: #ECA42D;
}
</style>
background-color css
<style>
a { background-color: #ECA42D; }
a { background-color: rgb(236,164,45); }
div.DivClassName
{
background-color: #ECA42D;
}
.BgClassName
{
background-color: #ECA42D;
}
</style>
border-color css
<style>
span { border-color: #ECA42D; }
span { border-color: rgb(236,164,45); }
td.TdClassName
{
border-color: #ECA42D;
}
.TagClassName
{
border-color: #ECA42D;
}
</style>