Shades of Lightning Yellow #EAA62B
Tints of Lightning Yellow #EAA62B
RGB
CMYK
RGB Variations
Color information
#EAA62B (or 0xEAA62B) is known color: Lightning Yellow. HEX triplet: EA, A6 and 2B. RGB value is (234,166,43). Sum of RGB (Red+Green+Blue) = 234+166+43=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA62B is #1559D4. Grayscale: #ACACAC. Windows color (decimal): -1399253 or 2860778. OLE color: 2860778.
HSL color Cylindrical-coordinate representation of color #EAA62B: hue angle of 38.64º degrees, saturation: 0.82, 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 #EAA62B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 43 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.08 |
| HSL | 38.64º | 0.82% | 0.54% | - |
| HSV(B) | 38.64º | 0.82% | 0.92% | - |
| XYZ | 48 | 44.94 | 8.43 | - |
| YUV | 172.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 43 | 0 | 0.29 | 0.82 | 0.08 | 38.64 | 0.82 | 0.54 |
| Hex | EA | A6 | 2B | 0 | 1D | 52 | 8 | 27 | 52 | 36 |
| Octal | 352 | 246 | 53 | 0 | 35 | 122 | 10 | 47 | 122 | 66 |
| Binary | 11101010 | 10100110 | 101011 | 0 | 11101 | 1010010 | 1000 | 100111 | 1010010 | 110110 |
Color Harmonies of #EAA62B
Complementary color
Monochromatic Colors of #EAA62B
Black with #EAA62B
Text Example
Text Example
White with #EAA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA62B; }
p { color: rgb(234,166,43); }
H1.HeaderClassName
{
color: #EAA62B;
}
.AnyTagClassName
{
color: #EAA62B;
}
</style>
background-color css
<style>
a { background-color: #EAA62B; }
a { background-color: rgb(234,166,43); }
div.DivClassName
{
background-color: #EAA62B;
}
.BgClassName
{
background-color: #EAA62B;
}
</style>
border-color css
<style>
span { border-color: #EAA62B; }
span { border-color: rgb(234,166,43); }
td.TdClassName
{
border-color: #EAA62B;
}
.TagClassName
{
border-color: #EAA62B;
}
</style>