Shades of Lightning Yellow #ECA32B
Tints of Lightning Yellow #ECA32B
RGB
CMYK
RGB Variations
Color information
#ECA32B (or 0xECA32B) is known color: Lightning Yellow. HEX triplet: EC, A3 and 2B. RGB value is (236,163,43). Sum of RGB (Red+Green+Blue) = 236+163+43=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA32B is #135CD4. Grayscale: #ABABAB. Windows color (decimal): -1268949 or 2860012. OLE color: 2860012.
HSL color Cylindrical-coordinate representation of color #ECA32B: hue angle of 37.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECA32B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 43 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.07 |
| HSL | 37.31º | 0.84% | 0.55% | - |
| HSV(B) | 37.31º | 0.82% | 0.93% | - |
| XYZ | 48.13 | 44.2 | 8.28 | - |
| YUV | 171.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 43 | 0 | 0.31 | 0.82 | 0.07 | 37.31 | 0.84 | 0.55 |
| Hex | EC | A3 | 2B | 0 | 1F | 52 | 7 | 25 | 54 | 37 |
| Octal | 354 | 243 | 53 | 0 | 37 | 122 | 7 | 45 | 124 | 67 |
| Binary | 11101100 | 10100011 | 101011 | 0 | 11111 | 1010010 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #ECA32B
Complementary color
Monochromatic Colors of #ECA32B
Black with #ECA32B
Text Example
Text Example
White with #ECA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA32B; }
p { color: rgb(236,163,43); }
H1.HeaderClassName
{
color: #ECA32B;
}
.AnyTagClassName
{
color: #ECA32B;
}
</style>
background-color css
<style>
a { background-color: #ECA32B; }
a { background-color: rgb(236,163,43); }
div.DivClassName
{
background-color: #ECA32B;
}
.BgClassName
{
background-color: #ECA32B;
}
</style>
border-color css
<style>
span { border-color: #ECA32B; }
span { border-color: rgb(236,163,43); }
td.TdClassName
{
border-color: #ECA32B;
}
.TagClassName
{
border-color: #ECA32B;
}
</style>