Shades of Lightning Yellow #EEA729
Tints of Lightning Yellow #EEA729
RGB
CMYK
RGB Variations
Color information
#EEA729 (or 0xEEA729) is known color: Lightning Yellow. HEX triplet: EE, A7 and 29. RGB value is (238,167,41). Sum of RGB (Red+Green+Blue) = 238+167+41=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA729 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA729 is #1158D6. Grayscale: #AEAEAE. Windows color (decimal): -1136855 or 2729966. OLE color: 2729966.
HSL color Cylindrical-coordinate representation of color #EEA729: hue angle of 38.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEA729 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 41 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.07 |
| HSL | 38.38º | 0.85% | 0.55% | - |
| HSV(B) | 38.38º | 0.83% | 0.93% | - |
| XYZ | 49.48 | 45.97 | 8.36 | - |
| YUV | 173.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 41 | 0 | 0.30 | 0.83 | 0.07 | 38.38 | 0.85 | 0.55 |
| Hex | EE | A7 | 29 | 0 | 1E | 53 | 7 | 26 | 55 | 37 |
| Octal | 356 | 247 | 51 | 0 | 36 | 123 | 7 | 46 | 125 | 67 |
| Binary | 11101110 | 10100111 | 101001 | 0 | 11110 | 1010011 | 111 | 100110 | 1010101 | 110111 |
Color Harmonies of #EEA729
Complementary color
Monochromatic Colors of #EEA729
Black with #EEA729
Text Example
Text Example
White with #EEA729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA729; }
p { color: rgb(238,167,41); }
H1.HeaderClassName
{
color: #EEA729;
}
.AnyTagClassName
{
color: #EEA729;
}
</style>
background-color css
<style>
a { background-color: #EEA729; }
a { background-color: rgb(238,167,41); }
div.DivClassName
{
background-color: #EEA729;
}
.BgClassName
{
background-color: #EEA729;
}
</style>
border-color css
<style>
span { border-color: #EEA729; }
span { border-color: rgb(238,167,41); }
td.TdClassName
{
border-color: #EEA729;
}
.TagClassName
{
border-color: #EEA729;
}
</style>