Shades of Lightning Yellow #ECA127
Tints of Lightning Yellow #ECA127
RGB
CMYK
RGB Variations
Color information
#ECA127 (or 0xECA127) is known color: Lightning Yellow. HEX triplet: EC, A1 and 27. RGB value is (236,161,39). Sum of RGB (Red+Green+Blue) = 236+161+39=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA127 is #135ED8. Grayscale: #AAAAAA. Windows color (decimal): -1269465 or 2597356. OLE color: 2597356.
HSL color Cylindrical-coordinate representation of color #ECA127: hue angle of 37.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECA127 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 39 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.07 |
| HSL | 37.16º | 0.84% | 0.54% | - |
| HSV(B) | 37.16º | 0.83% | 0.93% | - |
| XYZ | 47.7 | 43.47 | 7.8 | - |
| YUV | 169.52 | 54.35 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 39 | 0 | 0.32 | 0.83 | 0.07 | 37.16 | 0.84 | 0.54 |
| Hex | EC | A1 | 27 | 0 | 20 | 53 | 7 | 25 | 54 | 36 |
| Octal | 354 | 241 | 47 | 0 | 40 | 123 | 7 | 45 | 124 | 66 |
| Binary | 11101100 | 10100001 | 100111 | 0 | 100000 | 1010011 | 111 | 100101 | 1010100 | 110110 |
Color Harmonies of #ECA127
Complementary color
Monochromatic Colors of #ECA127
Black with #ECA127
Text Example
Text Example
White with #ECA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA127; }
p { color: rgb(236,161,39); }
H1.HeaderClassName
{
color: #ECA127;
}
.AnyTagClassName
{
color: #ECA127;
}
</style>
background-color css
<style>
a { background-color: #ECA127; }
a { background-color: rgb(236,161,39); }
div.DivClassName
{
background-color: #ECA127;
}
.BgClassName
{
background-color: #ECA127;
}
</style>
border-color css
<style>
span { border-color: #ECA127; }
span { border-color: rgb(236,161,39); }
td.TdClassName
{
border-color: #ECA127;
}
.TagClassName
{
border-color: #ECA127;
}
</style>