Shades of Lightning Yellow #EBA730
Tints of Lightning Yellow #EBA730
RGB
CMYK
RGB Variations
Color information
#EBA730 (or 0xEBA730) is known color: Lightning Yellow. HEX triplet: EB, A7 and 30. RGB value is (235,167,48). Sum of RGB (Red+Green+Blue) = 235+167+48=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA730 is #1458CF. Grayscale: #AEAEAE. Windows color (decimal): -1333456 or 3188715. OLE color: 3188715.
HSL color Cylindrical-coordinate representation of color #EBA730: hue angle of 38.18º degrees, saturation: 0.82, 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 #EBA730 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 48 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.08 |
| HSL | 38.18º | 0.82% | 0.55% | - |
| HSV(B) | 38.18º | 0.8% | 0.92% | - |
| XYZ | 48.61 | 45.51 | 9.02 | - |
| YUV | 173.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 48 | 0 | 0.29 | 0.80 | 0.08 | 38.18 | 0.82 | 0.55 |
| Hex | EB | A7 | 30 | 0 | 1D | 50 | 8 | 26 | 52 | 37 |
| Octal | 353 | 247 | 60 | 0 | 35 | 120 | 10 | 46 | 122 | 67 |
| Binary | 11101011 | 10100111 | 110000 | 0 | 11101 | 1010000 | 1000 | 100110 | 1010010 | 110111 |
Color Harmonies of #EBA730
Complementary color
Monochromatic Colors of #EBA730
Black with #EBA730
Text Example
Text Example
White with #EBA730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA730; }
p { color: rgb(235,167,48); }
H1.HeaderClassName
{
color: #EBA730;
}
.AnyTagClassName
{
color: #EBA730;
}
</style>
background-color css
<style>
a { background-color: #EBA730; }
a { background-color: rgb(235,167,48); }
div.DivClassName
{
background-color: #EBA730;
}
.BgClassName
{
background-color: #EBA730;
}
</style>
border-color css
<style>
span { border-color: #EBA730; }
span { border-color: rgb(235,167,48); }
td.TdClassName
{
border-color: #EBA730;
}
.TagClassName
{
border-color: #EBA730;
}
</style>