Shades of Lightning Yellow #ECA628
Tints of Lightning Yellow #ECA628
RGB
CMYK
RGB Variations
Color information
#ECA628 (or 0xECA628) is known color: Lightning Yellow. HEX triplet: EC, A6 and 28. RGB value is (236,166,40). Sum of RGB (Red+Green+Blue) = 236+166+40=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA628 is #1359D7. Grayscale: #ADADAD. Windows color (decimal): -1268184 or 2664172. OLE color: 2664172.
HSL color Cylindrical-coordinate representation of color #ECA628: hue angle of 38.57º 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 #ECA628 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.07 |
| HSL | 38.57º | 0.84% | 0.54% | - |
| HSV(B) | 38.57º | 0.83% | 0.93% | - |
| XYZ | 48.61 | 45.26 | 8.18 | - |
| YUV | 172.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 40 | 0 | 0.30 | 0.83 | 0.07 | 38.57 | 0.84 | 0.54 |
| Hex | EC | A6 | 28 | 0 | 1E | 53 | 7 | 27 | 54 | 36 |
| Octal | 354 | 246 | 50 | 0 | 36 | 123 | 7 | 47 | 124 | 66 |
| Binary | 11101100 | 10100110 | 101000 | 0 | 11110 | 1010011 | 111 | 100111 | 1010100 | 110110 |
Color Harmonies of #ECA628
Complementary color
Monochromatic Colors of #ECA628
Black with #ECA628
Text Example
Text Example
White with #ECA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA628; }
p { color: rgb(236,166,40); }
H1.HeaderClassName
{
color: #ECA628;
}
.AnyTagClassName
{
color: #ECA628;
}
</style>
background-color css
<style>
a { background-color: #ECA628; }
a { background-color: rgb(236,166,40); }
div.DivClassName
{
background-color: #ECA628;
}
.BgClassName
{
background-color: #ECA628;
}
</style>
border-color css
<style>
span { border-color: #ECA628; }
span { border-color: rgb(236,166,40); }
td.TdClassName
{
border-color: #ECA628;
}
.TagClassName
{
border-color: #ECA628;
}
</style>