Shades of Lightning Yellow #EBA428
Tints of Lightning Yellow #EBA428
RGB
CMYK
RGB Variations
Color information
#EBA428 (or 0xEBA428) is known color: Lightning Yellow. HEX triplet: EB, A4 and 28. RGB value is (235,164,40). Sum of RGB (Red+Green+Blue) = 235+164+40=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA428 is #145BD7. Grayscale: #ABABAB. Windows color (decimal): -1334232 or 2663659. OLE color: 2663659.
HSL color Cylindrical-coordinate representation of color #EBA428: hue angle of 38.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBA428 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.08 |
| HSL | 38.15º | 0.83% | 0.54% | - |
| HSV(B) | 38.15º | 0.83% | 0.92% | - |
| XYZ | 47.92 | 44.37 | 8.05 | - |
| YUV | 171.09 | 54.02 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 40 | 0 | 0.30 | 0.83 | 0.08 | 38.15 | 0.83 | 0.54 |
| Hex | EB | A4 | 28 | 0 | 1E | 53 | 8 | 26 | 53 | 36 |
| Octal | 353 | 244 | 50 | 0 | 36 | 123 | 10 | 46 | 123 | 66 |
| Binary | 11101011 | 10100100 | 101000 | 0 | 11110 | 1010011 | 1000 | 100110 | 1010011 | 110110 |
Color Harmonies of #EBA428
Complementary color
Monochromatic Colors of #EBA428
Black with #EBA428
Text Example
Text Example
White with #EBA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA428; }
p { color: rgb(235,164,40); }
H1.HeaderClassName
{
color: #EBA428;
}
.AnyTagClassName
{
color: #EBA428;
}
</style>
background-color css
<style>
a { background-color: #EBA428; }
a { background-color: rgb(235,164,40); }
div.DivClassName
{
background-color: #EBA428;
}
.BgClassName
{
background-color: #EBA428;
}
</style>
border-color css
<style>
span { border-color: #EBA428; }
span { border-color: rgb(235,164,40); }
td.TdClassName
{
border-color: #EBA428;
}
.TagClassName
{
border-color: #EBA428;
}
</style>