Shades of Lightning Yellow #EBA52A
Tints of Lightning Yellow #EBA52A
RGB
CMYK
RGB Variations
Color information
#EBA52A (or 0xEBA52A) is known color: Lightning Yellow. HEX triplet: EB, A5 and 2A. RGB value is (235,165,42). Sum of RGB (Red+Green+Blue) = 235+165+42=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA52A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA52A is #145AD5. Grayscale: #ACACAC. Windows color (decimal): -1333974 or 2794987. OLE color: 2794987.
HSL color Cylindrical-coordinate representation of color #EBA52A: hue angle of 38.24º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBA52A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 42 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.08 |
| HSL | 38.24º | 0.83% | 0.54% | - |
| HSV(B) | 38.24º | 0.82% | 0.92% | - |
| XYZ | 48.13 | 44.74 | 8.29 | - |
| YUV | 171.91 | 54.69 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 42 | 0 | 0.30 | 0.82 | 0.08 | 38.24 | 0.83 | 0.54 |
| Hex | EB | A5 | 2A | 0 | 1E | 52 | 8 | 26 | 53 | 36 |
| Octal | 353 | 245 | 52 | 0 | 36 | 122 | 10 | 46 | 123 | 66 |
| Binary | 11101011 | 10100101 | 101010 | 0 | 11110 | 1010010 | 1000 | 100110 | 1010011 | 110110 |
Color Harmonies of #EBA52A
Complementary color
Monochromatic Colors of #EBA52A
Black with #EBA52A
Text Example
Text Example
White with #EBA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA52A; }
p { color: rgb(235,165,42); }
H1.HeaderClassName
{
color: #EBA52A;
}
.AnyTagClassName
{
color: #EBA52A;
}
</style>
background-color css
<style>
a { background-color: #EBA52A; }
a { background-color: rgb(235,165,42); }
div.DivClassName
{
background-color: #EBA52A;
}
.BgClassName
{
background-color: #EBA52A;
}
</style>
border-color css
<style>
span { border-color: #EBA52A; }
span { border-color: rgb(235,165,42); }
td.TdClassName
{
border-color: #EBA52A;
}
.TagClassName
{
border-color: #EBA52A;
}
</style>