Shades of Lightning Yellow #EBA52C
Tints of Lightning Yellow #EBA52C
RGB
CMYK
RGB Variations
Color information
#EBA52C (or 0xEBA52C) is known color: Lightning Yellow. HEX triplet: EB, A5 and 2C. RGB value is (235,165,44). Sum of RGB (Red+Green+Blue) = 235+165+44=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA52C is #145AD3. Grayscale: #ACACAC. Windows color (decimal): -1333972 or 2926059. OLE color: 2926059.
HSL color Cylindrical-coordinate representation of color #EBA52C: hue angle of 38.01º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBA52C is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 44 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.08 |
| HSL | 38.01º | 0.83% | 0.55% | - |
| HSV(B) | 38.01º | 0.81% | 0.92% | - |
| XYZ | 48.17 | 44.75 | 8.48 | - |
| YUV | 172.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 44 | 0 | 0.30 | 0.81 | 0.08 | 38.01 | 0.83 | 0.55 |
| Hex | EB | A5 | 2C | 0 | 1E | 51 | 8 | 26 | 53 | 37 |
| Octal | 353 | 245 | 54 | 0 | 36 | 121 | 10 | 46 | 123 | 67 |
| Binary | 11101011 | 10100101 | 101100 | 0 | 11110 | 1010001 | 1000 | 100110 | 1010011 | 110111 |
Color Harmonies of #EBA52C
Complementary color
Monochromatic Colors of #EBA52C
Black with #EBA52C
Text Example
Text Example
White with #EBA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA52C; }
p { color: rgb(235,165,44); }
H1.HeaderClassName
{
color: #EBA52C;
}
.AnyTagClassName
{
color: #EBA52C;
}
</style>
background-color css
<style>
a { background-color: #EBA52C; }
a { background-color: rgb(235,165,44); }
div.DivClassName
{
background-color: #EBA52C;
}
.BgClassName
{
background-color: #EBA52C;
}
</style>
border-color css
<style>
span { border-color: #EBA52C; }
span { border-color: rgb(235,165,44); }
td.TdClassName
{
border-color: #EBA52C;
}
.TagClassName
{
border-color: #EBA52C;
}
</style>