Shades of Lightning Yellow #EBA831
Tints of Lightning Yellow #EBA831
RGB
CMYK
RGB Variations
Color information
#EBA831 (or 0xEBA831) is known color: Lightning Yellow. HEX triplet: EB, A8 and 31. RGB value is (235,168,49). Sum of RGB (Red+Green+Blue) = 235+168+49=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA831 is #1457CE. Grayscale: #AFAFAF. Windows color (decimal): -1333199 or 3254507. OLE color: 3254507.
HSL color Cylindrical-coordinate representation of color #EBA831: hue angle of 38.39º 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 #EBA831 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 49 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.08 |
| HSL | 38.39º | 0.82% | 0.56% | - |
| HSV(B) | 38.39º | 0.79% | 0.92% | - |
| XYZ | 48.82 | 45.89 | 9.19 | - |
| YUV | 174.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 49 | 0 | 0.29 | 0.79 | 0.08 | 38.39 | 0.82 | 0.56 |
| Hex | EB | A8 | 31 | 0 | 1D | 4F | 8 | 26 | 52 | 38 |
| Octal | 353 | 250 | 61 | 0 | 35 | 117 | 10 | 46 | 122 | 70 |
| Binary | 11101011 | 10101000 | 110001 | 0 | 11101 | 1001111 | 1000 | 100110 | 1010010 | 111000 |
Color Harmonies of #EBA831
Complementary color
Monochromatic Colors of #EBA831
Black with #EBA831
Text Example
Text Example
White with #EBA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA831; }
p { color: rgb(235,168,49); }
H1.HeaderClassName
{
color: #EBA831;
}
.AnyTagClassName
{
color: #EBA831;
}
</style>
background-color css
<style>
a { background-color: #EBA831; }
a { background-color: rgb(235,168,49); }
div.DivClassName
{
background-color: #EBA831;
}
.BgClassName
{
background-color: #EBA831;
}
</style>
border-color css
<style>
span { border-color: #EBA831; }
span { border-color: rgb(235,168,49); }
td.TdClassName
{
border-color: #EBA831;
}
.TagClassName
{
border-color: #EBA831;
}
</style>