Shades of Lightning Yellow #EBA429
Tints of Lightning Yellow #EBA429
RGB
CMYK
RGB Variations
Color information
#EBA429 (or 0xEBA429) is known color: Lightning Yellow. HEX triplet: EB, A4 and 29. RGB value is (235,164,41). Sum of RGB (Red+Green+Blue) = 235+164+41=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA429 is #145BD6. Grayscale: #ABABAB. Windows color (decimal): -1334231 or 2729195. OLE color: 2729195.
HSL color Cylindrical-coordinate representation of color #EBA429: hue angle of 38.04º 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 #EBA429 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 41 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.08 |
| HSL | 38.04º | 0.83% | 0.54% | - |
| HSV(B) | 38.04º | 0.83% | 0.92% | - |
| XYZ | 47.94 | 44.37 | 8.14 | - |
| YUV | 171.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 41 | 0 | 0.30 | 0.83 | 0.08 | 38.04 | 0.83 | 0.54 |
| Hex | EB | A4 | 29 | 0 | 1E | 53 | 8 | 26 | 53 | 36 |
| Octal | 353 | 244 | 51 | 0 | 36 | 123 | 10 | 46 | 123 | 66 |
| Binary | 11101011 | 10100100 | 101001 | 0 | 11110 | 1010011 | 1000 | 100110 | 1010011 | 110110 |
Color Harmonies of #EBA429
Complementary color
Monochromatic Colors of #EBA429
Black with #EBA429
Text Example
Text Example
White with #EBA429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA429; }
p { color: rgb(235,164,41); }
H1.HeaderClassName
{
color: #EBA429;
}
.AnyTagClassName
{
color: #EBA429;
}
</style>
background-color css
<style>
a { background-color: #EBA429; }
a { background-color: rgb(235,164,41); }
div.DivClassName
{
background-color: #EBA429;
}
.BgClassName
{
background-color: #EBA429;
}
</style>
border-color css
<style>
span { border-color: #EBA429; }
span { border-color: rgb(235,164,41); }
td.TdClassName
{
border-color: #EBA429;
}
.TagClassName
{
border-color: #EBA429;
}
</style>