Shades of Lightning Yellow #ECA82D
Tints of Lightning Yellow #ECA82D
RGB
CMYK
RGB Variations
Color information
#ECA82D (or 0xECA82D) is known color: Lightning Yellow. HEX triplet: EC, A8 and 2D. RGB value is (236,168,45). Sum of RGB (Red+Green+Blue) = 236+168+45=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA82D is #1357D2. Grayscale: #AEAEAE. Windows color (decimal): -1267667 or 2992364. OLE color: 2992364.
HSL color Cylindrical-coordinate representation of color #ECA82D: hue angle of 38.64º 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 #ECA82D is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 45 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.07 |
| HSL | 38.64º | 0.83% | 0.55% | - |
| HSV(B) | 38.64º | 0.81% | 0.93% | - |
| XYZ | 49.07 | 46.03 | 8.78 | - |
| YUV | 174.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 45 | 0 | 0.29 | 0.81 | 0.07 | 38.64 | 0.83 | 0.55 |
| Hex | EC | A8 | 2D | 0 | 1D | 51 | 7 | 27 | 53 | 37 |
| Octal | 354 | 250 | 55 | 0 | 35 | 121 | 7 | 47 | 123 | 67 |
| Binary | 11101100 | 10101000 | 101101 | 0 | 11101 | 1010001 | 111 | 100111 | 1010011 | 110111 |
Color Harmonies of #ECA82D
Complementary color
Monochromatic Colors of #ECA82D
Black with #ECA82D
Text Example
Text Example
White with #ECA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA82D; }
p { color: rgb(236,168,45); }
H1.HeaderClassName
{
color: #ECA82D;
}
.AnyTagClassName
{
color: #ECA82D;
}
</style>
background-color css
<style>
a { background-color: #ECA82D; }
a { background-color: rgb(236,168,45); }
div.DivClassName
{
background-color: #ECA82D;
}
.BgClassName
{
background-color: #ECA82D;
}
</style>
border-color css
<style>
span { border-color: #ECA82D; }
span { border-color: rgb(236,168,45); }
td.TdClassName
{
border-color: #ECA82D;
}
.TagClassName
{
border-color: #ECA82D;
}
</style>