Shades of Lightning Yellow #EBA62C
Tints of Lightning Yellow #EBA62C
RGB
CMYK
RGB Variations
Color information
#EBA62C (or 0xEBA62C) is known color: Lightning Yellow. HEX triplet: EB, A6 and 2C. RGB value is (235,166,44). Sum of RGB (Red+Green+Blue) = 235+166+44=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA62C is #1459D3. Grayscale: #ADADAD. Windows color (decimal): -1333716 or 2926315. OLE color: 2926315.
HSL color Cylindrical-coordinate representation of color #EBA62C: hue angle of 38.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBA62C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 44 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.08 |
| HSL | 38.32º | 0.83% | 0.55% | - |
| HSV(B) | 38.32º | 0.81% | 0.92% | - |
| XYZ | 48.35 | 45.12 | 8.54 | - |
| YUV | 172.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 44 | 0 | 0.29 | 0.81 | 0.08 | 38.32 | 0.83 | 0.55 |
| Hex | EB | A6 | 2C | 0 | 1D | 51 | 8 | 26 | 53 | 37 |
| Octal | 353 | 246 | 54 | 0 | 35 | 121 | 10 | 46 | 123 | 67 |
| Binary | 11101011 | 10100110 | 101100 | 0 | 11101 | 1010001 | 1000 | 100110 | 1010011 | 110111 |
Color Harmonies of #EBA62C
Complementary color
Monochromatic Colors of #EBA62C
Black with #EBA62C
Text Example
Text Example
White with #EBA62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA62C; }
p { color: rgb(235,166,44); }
H1.HeaderClassName
{
color: #EBA62C;
}
.AnyTagClassName
{
color: #EBA62C;
}
</style>
background-color css
<style>
a { background-color: #EBA62C; }
a { background-color: rgb(235,166,44); }
div.DivClassName
{
background-color: #EBA62C;
}
.BgClassName
{
background-color: #EBA62C;
}
</style>
border-color css
<style>
span { border-color: #EBA62C; }
span { border-color: rgb(235,166,44); }
td.TdClassName
{
border-color: #EBA62C;
}
.TagClassName
{
border-color: #EBA62C;
}
</style>