Shades of Lightning Yellow #EBA62E
Tints of Lightning Yellow #EBA62E
RGB
CMYK
RGB Variations
Color information
#EBA62E (or 0xEBA62E) is known color: Lightning Yellow. HEX triplet: EB, A6 and 2E. RGB value is (235,166,46). Sum of RGB (Red+Green+Blue) = 235+166+46=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA62E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA62E is #1459D1. Grayscale: #ADADAD. Windows color (decimal): -1333714 or 3057387. OLE color: 3057387.
HSL color Cylindrical-coordinate representation of color #EBA62E: hue angle of 38.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBA62E is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 46 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.08 |
| HSL | 38.1º | 0.83% | 0.55% | - |
| HSV(B) | 38.1º | 0.8% | 0.92% | - |
| XYZ | 48.39 | 45.13 | 8.75 | - |
| YUV | 172.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 46 | 0 | 0.29 | 0.80 | 0.08 | 38.1 | 0.83 | 0.55 |
| Hex | EB | A6 | 2E | 0 | 1D | 50 | 8 | 26 | 53 | 37 |
| Octal | 353 | 246 | 56 | 0 | 35 | 120 | 10 | 46 | 123 | 67 |
| Binary | 11101011 | 10100110 | 101110 | 0 | 11101 | 1010000 | 1000 | 100110 | 1010011 | 110111 |
Color Harmonies of #EBA62E
Complementary color
Monochromatic Colors of #EBA62E
Black with #EBA62E
Text Example
Text Example
White with #EBA62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA62E; }
p { color: rgb(235,166,46); }
H1.HeaderClassName
{
color: #EBA62E;
}
.AnyTagClassName
{
color: #EBA62E;
}
</style>
background-color css
<style>
a { background-color: #EBA62E; }
a { background-color: rgb(235,166,46); }
div.DivClassName
{
background-color: #EBA62E;
}
.BgClassName
{
background-color: #EBA62E;
}
</style>
border-color css
<style>
span { border-color: #EBA62E; }
span { border-color: rgb(235,166,46); }
td.TdClassName
{
border-color: #EBA62E;
}
.TagClassName
{
border-color: #EBA62E;
}
</style>