Shades of Lightning Yellow #EBA325
Tints of Lightning Yellow #EBA325
RGB
CMYK
RGB Variations
Color information
#EBA325 (or 0xEBA325) is known color: Lightning Yellow. HEX triplet: EB, A3 and 25. RGB value is (235,163,37). Sum of RGB (Red+Green+Blue) = 235+163+37=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA325 is #145CDA. Grayscale: #AAAAAA. Windows color (decimal): -1334491 or 2466795. OLE color: 2466795.
HSL color Cylindrical-coordinate representation of color #EBA325: hue angle of 38.18º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBA325 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 37 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.08 |
| HSL | 38.18º | 0.83% | 0.53% | - |
| HSV(B) | 38.18º | 0.84% | 0.92% | - |
| XYZ | 47.69 | 43.99 | 7.73 | - |
| YUV | 170.16 | 52.85 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 37 | 0 | 0.31 | 0.84 | 0.08 | 38.18 | 0.83 | 0.53 |
| Hex | EB | A3 | 25 | 0 | 1F | 54 | 8 | 26 | 53 | 35 |
| Octal | 353 | 243 | 45 | 0 | 37 | 124 | 10 | 46 | 123 | 65 |
| Binary | 11101011 | 10100011 | 100101 | 0 | 11111 | 1010100 | 1000 | 100110 | 1010011 | 110101 |
Color Harmonies of #EBA325
Complementary color
Monochromatic Colors of #EBA325
Black with #EBA325
Text Example
Text Example
White with #EBA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA325; }
p { color: rgb(235,163,37); }
H1.HeaderClassName
{
color: #EBA325;
}
.AnyTagClassName
{
color: #EBA325;
}
</style>
background-color css
<style>
a { background-color: #EBA325; }
a { background-color: rgb(235,163,37); }
div.DivClassName
{
background-color: #EBA325;
}
.BgClassName
{
background-color: #EBA325;
}
</style>
border-color css
<style>
span { border-color: #EBA325; }
span { border-color: rgb(235,163,37); }
td.TdClassName
{
border-color: #EBA325;
}
.TagClassName
{
border-color: #EBA325;
}
</style>