Shades of Lightning Yellow #ECA82C
Tints of Lightning Yellow #ECA82C
RGB
CMYK
RGB Variations
Color information
#ECA82C (or 0xECA82C) is known color: Lightning Yellow. HEX triplet: EC, A8 and 2C. RGB value is (236,168,44). Sum of RGB (Red+Green+Blue) = 236+168+44=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA82C is #1357D3. Grayscale: #AEAEAE. Windows color (decimal): -1267668 or 2926828. OLE color: 2926828.
HSL color Cylindrical-coordinate representation of color #ECA82C: hue angle of 38.75º 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 #ECA82C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 44 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.07 |
| HSL | 38.75º | 0.83% | 0.55% | - |
| HSV(B) | 38.75º | 0.81% | 0.93% | - |
| XYZ | 49.05 | 46.02 | 8.68 | - |
| YUV | 174.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 44 | 0 | 0.29 | 0.81 | 0.07 | 38.75 | 0.83 | 0.55 |
| Hex | EC | A8 | 2C | 0 | 1D | 51 | 7 | 27 | 53 | 37 |
| Octal | 354 | 250 | 54 | 0 | 35 | 121 | 7 | 47 | 123 | 67 |
| Binary | 11101100 | 10101000 | 101100 | 0 | 11101 | 1010001 | 111 | 100111 | 1010011 | 110111 |
Color Harmonies of #ECA82C
Complementary color
Monochromatic Colors of #ECA82C
Black with #ECA82C
Text Example
Text Example
White with #ECA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA82C; }
p { color: rgb(236,168,44); }
H1.HeaderClassName
{
color: #ECA82C;
}
.AnyTagClassName
{
color: #ECA82C;
}
</style>
background-color css
<style>
a { background-color: #ECA82C; }
a { background-color: rgb(236,168,44); }
div.DivClassName
{
background-color: #ECA82C;
}
.BgClassName
{
background-color: #ECA82C;
}
</style>
border-color css
<style>
span { border-color: #ECA82C; }
span { border-color: rgb(236,168,44); }
td.TdClassName
{
border-color: #ECA82C;
}
.TagClassName
{
border-color: #ECA82C;
}
</style>