Shades of Lightning Yellow #EBA731
Tints of Lightning Yellow #EBA731
RGB
CMYK
RGB Variations
Color information
#EBA731 (or 0xEBA731) is known color: Lightning Yellow. HEX triplet: EB, A7 and 31. RGB value is (235,167,49). Sum of RGB (Red+Green+Blue) = 235+167+49=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA731 is #1458CE. Grayscale: #AEAEAE. Windows color (decimal): -1333455 or 3254251. OLE color: 3254251.
HSL color Cylindrical-coordinate representation of color #EBA731: hue angle of 38.06º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA731 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 49 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.08 |
| HSL | 38.06º | 0.82% | 0.56% | - |
| HSV(B) | 38.06º | 0.79% | 0.92% | - |
| XYZ | 48.63 | 45.52 | 9.13 | - |
| YUV | 173.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 49 | 0 | 0.29 | 0.79 | 0.08 | 38.06 | 0.82 | 0.56 |
| Hex | EB | A7 | 31 | 0 | 1D | 4F | 8 | 26 | 52 | 38 |
| Octal | 353 | 247 | 61 | 0 | 35 | 117 | 10 | 46 | 122 | 70 |
| Binary | 11101011 | 10100111 | 110001 | 0 | 11101 | 1001111 | 1000 | 100110 | 1010010 | 111000 |
Color Harmonies of #EBA731
Complementary color
Monochromatic Colors of #EBA731
Black with #EBA731
Text Example
Text Example
White with #EBA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA731; }
p { color: rgb(235,167,49); }
H1.HeaderClassName
{
color: #EBA731;
}
.AnyTagClassName
{
color: #EBA731;
}
</style>
background-color css
<style>
a { background-color: #EBA731; }
a { background-color: rgb(235,167,49); }
div.DivClassName
{
background-color: #EBA731;
}
.BgClassName
{
background-color: #EBA731;
}
</style>
border-color css
<style>
span { border-color: #EBA731; }
span { border-color: rgb(235,167,49); }
td.TdClassName
{
border-color: #EBA731;
}
.TagClassName
{
border-color: #EBA731;
}
</style>