Shades of Lightning Yellow #EAA327
Tints of Lightning Yellow #EAA327
RGB
CMYK
RGB Variations
Color information
#EAA327 (or 0xEAA327) is known color: Lightning Yellow. HEX triplet: EA, A3 and 27. RGB value is (234,163,39). Sum of RGB (Red+Green+Blue) = 234+163+39=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA327 is #155CD8. Grayscale: #AAAAAA. Windows color (decimal): -1400025 or 2597866. OLE color: 2597866.
HSL color Cylindrical-coordinate representation of color #EAA327: hue angle of 38.15º degrees, saturation: 0.82, 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 #EAA327 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 39 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.08 |
| HSL | 38.15º | 0.82% | 0.54% | - |
| HSV(B) | 38.15º | 0.83% | 0.92% | - |
| XYZ | 47.4 | 43.83 | 7.88 | - |
| YUV | 170.09 | 54.02 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 39 | 0 | 0.30 | 0.83 | 0.08 | 38.15 | 0.82 | 0.54 |
| Hex | EA | A3 | 27 | 0 | 1E | 53 | 8 | 26 | 52 | 36 |
| Octal | 352 | 243 | 47 | 0 | 36 | 123 | 10 | 46 | 122 | 66 |
| Binary | 11101010 | 10100011 | 100111 | 0 | 11110 | 1010011 | 1000 | 100110 | 1010010 | 110110 |
Color Harmonies of #EAA327
Complementary color
Monochromatic Colors of #EAA327
Black with #EAA327
Text Example
Text Example
White with #EAA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA327; }
p { color: rgb(234,163,39); }
H1.HeaderClassName
{
color: #EAA327;
}
.AnyTagClassName
{
color: #EAA327;
}
</style>
background-color css
<style>
a { background-color: #EAA327; }
a { background-color: rgb(234,163,39); }
div.DivClassName
{
background-color: #EAA327;
}
.BgClassName
{
background-color: #EAA327;
}
</style>
border-color css
<style>
span { border-color: #EAA327; }
span { border-color: rgb(234,163,39); }
td.TdClassName
{
border-color: #EAA327;
}
.TagClassName
{
border-color: #EAA327;
}
</style>