Shades of Lightning Yellow #EBA528
Tints of Lightning Yellow #EBA528
RGB
CMYK
RGB Variations
Color information
#EBA528 (or 0xEBA528) is known color: Lightning Yellow. HEX triplet: EB, A5 and 28. RGB value is (235,165,40). Sum of RGB (Red+Green+Blue) = 235+165+40=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA528 is #145AD7. Grayscale: #ACACAC. Windows color (decimal): -1333976 or 2663915. OLE color: 2663915.
HSL color Cylindrical-coordinate representation of color #EBA528: hue angle of 38.46º 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 #EBA528 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.08 |
| HSL | 38.46º | 0.83% | 0.54% | - |
| HSV(B) | 38.46º | 0.83% | 0.92% | - |
| XYZ | 48.1 | 44.73 | 8.11 | - |
| YUV | 171.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 40 | 0 | 0.30 | 0.83 | 0.08 | 38.46 | 0.83 | 0.54 |
| Hex | EB | A5 | 28 | 0 | 1E | 53 | 8 | 26 | 53 | 36 |
| Octal | 353 | 245 | 50 | 0 | 36 | 123 | 10 | 46 | 123 | 66 |
| Binary | 11101011 | 10100101 | 101000 | 0 | 11110 | 1010011 | 1000 | 100110 | 1010011 | 110110 |
Color Harmonies of #EBA528
Complementary color
Monochromatic Colors of #EBA528
Black with #EBA528
Text Example
Text Example
White with #EBA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA528; }
p { color: rgb(235,165,40); }
H1.HeaderClassName
{
color: #EBA528;
}
.AnyTagClassName
{
color: #EBA528;
}
</style>
background-color css
<style>
a { background-color: #EBA528; }
a { background-color: rgb(235,165,40); }
div.DivClassName
{
background-color: #EBA528;
}
.BgClassName
{
background-color: #EBA528;
}
</style>
border-color css
<style>
span { border-color: #EBA528; }
span { border-color: rgb(235,165,40); }
td.TdClassName
{
border-color: #EBA528;
}
.TagClassName
{
border-color: #EBA528;
}
</style>