Shades of Lightning Yellow #EBA226
Tints of Lightning Yellow #EBA226
RGB
CMYK
RGB Variations
Color information
#EBA226 (or 0xEBA226) is known color: Lightning Yellow. HEX triplet: EB, A2 and 26. RGB value is (235,162,38). Sum of RGB (Red+Green+Blue) = 235+162+38=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA226 is #145DD9. Grayscale: #AAAAAA. Windows color (decimal): -1334746 or 2532075. OLE color: 2532075.
HSL color Cylindrical-coordinate representation of color #EBA226: hue angle of 37.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBA226 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 38 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.08 |
| HSL | 37.77º | 0.83% | 0.54% | - |
| HSV(B) | 37.77º | 0.84% | 0.92% | - |
| XYZ | 47.53 | 43.64 | 7.75 | - |
| YUV | 169.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 38 | 0 | 0.31 | 0.84 | 0.08 | 37.77 | 0.83 | 0.54 |
| Hex | EB | A2 | 26 | 0 | 1F | 54 | 8 | 26 | 53 | 36 |
| Octal | 353 | 242 | 46 | 0 | 37 | 124 | 10 | 46 | 123 | 66 |
| Binary | 11101011 | 10100010 | 100110 | 0 | 11111 | 1010100 | 1000 | 100110 | 1010011 | 110110 |
Color Harmonies of #EBA226
Complementary color
Monochromatic Colors of #EBA226
Black with #EBA226
Text Example
Text Example
White with #EBA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA226; }
p { color: rgb(235,162,38); }
H1.HeaderClassName
{
color: #EBA226;
}
.AnyTagClassName
{
color: #EBA226;
}
</style>
background-color css
<style>
a { background-color: #EBA226; }
a { background-color: rgb(235,162,38); }
div.DivClassName
{
background-color: #EBA226;
}
.BgClassName
{
background-color: #EBA226;
}
</style>
border-color css
<style>
span { border-color: #EBA226; }
span { border-color: rgb(235,162,38); }
td.TdClassName
{
border-color: #EBA226;
}
.TagClassName
{
border-color: #EBA226;
}
</style>