Shades of Lightning Yellow #EEA529
Tints of Lightning Yellow #EEA529
RGB
CMYK
RGB Variations
Color information
#EEA529 (or 0xEEA529) is known color: Lightning Yellow. HEX triplet: EE, A5 and 29. RGB value is (238,165,41). Sum of RGB (Red+Green+Blue) = 238+165+41=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA529 is #115AD6. Grayscale: #ADADAD. Windows color (decimal): -1137367 or 2729454. OLE color: 2729454.
HSL color Cylindrical-coordinate representation of color #EEA529: hue angle of 37.77º 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 #EEA529 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 41 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.07 |
| HSL | 37.77º | 0.85% | 0.55% | - |
| HSV(B) | 37.77º | 0.83% | 0.93% | - |
| XYZ | 49.12 | 45.25 | 8.24 | - |
| YUV | 172.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 41 | 0 | 0.31 | 0.83 | 0.07 | 37.77 | 0.85 | 0.55 |
| Hex | EE | A5 | 29 | 0 | 1F | 53 | 7 | 26 | 55 | 37 |
| Octal | 356 | 245 | 51 | 0 | 37 | 123 | 7 | 46 | 125 | 67 |
| Binary | 11101110 | 10100101 | 101001 | 0 | 11111 | 1010011 | 111 | 100110 | 1010101 | 110111 |
Color Harmonies of #EEA529
Complementary color
Monochromatic Colors of #EEA529
Black with #EEA529
Text Example
Text Example
White with #EEA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA529; }
p { color: rgb(238,165,41); }
H1.HeaderClassName
{
color: #EEA529;
}
.AnyTagClassName
{
color: #EEA529;
}
</style>
background-color css
<style>
a { background-color: #EEA529; }
a { background-color: rgb(238,165,41); }
div.DivClassName
{
background-color: #EEA529;
}
.BgClassName
{
background-color: #EEA529;
}
</style>
border-color css
<style>
span { border-color: #EEA529; }
span { border-color: rgb(238,165,41); }
td.TdClassName
{
border-color: #EEA529;
}
.TagClassName
{
border-color: #EEA529;
}
</style>