Shades of Lightning Yellow #ECA830
Tints of Lightning Yellow #ECA830
RGB
CMYK
RGB Variations
Color information
#ECA830 (or 0xECA830) is known color: Lightning Yellow. HEX triplet: EC, A8 and 30. RGB value is (236,168,48). Sum of RGB (Red+Green+Blue) = 236+168+48=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA830 is #1357CF. Grayscale: #AFAFAF. Windows color (decimal): -1267664 or 3188972. OLE color: 3188972.
HSL color Cylindrical-coordinate representation of color #ECA830: hue angle of 38.3º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECA830 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 48 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.07 |
| HSL | 38.3º | 0.83% | 0.56% | - |
| HSV(B) | 38.3º | 0.8% | 0.93% | - |
| XYZ | 49.13 | 46.05 | 9.1 | - |
| YUV | 174.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 48 | 0 | 0.29 | 0.80 | 0.07 | 38.3 | 0.83 | 0.56 |
| Hex | EC | A8 | 30 | 0 | 1D | 50 | 7 | 26 | 53 | 38 |
| Octal | 354 | 250 | 60 | 0 | 35 | 120 | 7 | 46 | 123 | 70 |
| Binary | 11101100 | 10101000 | 110000 | 0 | 11101 | 1010000 | 111 | 100110 | 1010011 | 111000 |
Color Harmonies of #ECA830
Complementary color
Monochromatic Colors of #ECA830
Black with #ECA830
Text Example
Text Example
White with #ECA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA830; }
p { color: rgb(236,168,48); }
H1.HeaderClassName
{
color: #ECA830;
}
.AnyTagClassName
{
color: #ECA830;
}
</style>
background-color css
<style>
a { background-color: #ECA830; }
a { background-color: rgb(236,168,48); }
div.DivClassName
{
background-color: #ECA830;
}
.BgClassName
{
background-color: #ECA830;
}
</style>
border-color css
<style>
span { border-color: #ECA830; }
span { border-color: rgb(236,168,48); }
td.TdClassName
{
border-color: #ECA830;
}
.TagClassName
{
border-color: #ECA830;
}
</style>