Shades of Lightning Yellow #EEA52D
Tints of Lightning Yellow #EEA52D
RGB
CMYK
RGB Variations
Color information
#EEA52D (or 0xEEA52D) is known color: Lightning Yellow. HEX triplet: EE, A5 and 2D. RGB value is (238,165,45). Sum of RGB (Red+Green+Blue) = 238+165+45=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA52D is #115AD2. Grayscale: #ADADAD. Windows color (decimal): -1137363 or 2991598. OLE color: 2991598.
HSL color Cylindrical-coordinate representation of color #EEA52D: hue angle of 37.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEA52D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.07 |
| HSL | 37.31º | 0.85% | 0.55% | - |
| HSV(B) | 37.31º | 0.81% | 0.93% | - |
| XYZ | 49.19 | 45.28 | 8.63 | - |
| YUV | 173.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 45 | 0 | 0.31 | 0.81 | 0.07 | 37.31 | 0.85 | 0.55 |
| Hex | EE | A5 | 2D | 0 | 1F | 51 | 7 | 25 | 55 | 37 |
| Octal | 356 | 245 | 55 | 0 | 37 | 121 | 7 | 45 | 125 | 67 |
| Binary | 11101110 | 10100101 | 101101 | 0 | 11111 | 1010001 | 111 | 100101 | 1010101 | 110111 |
Color Harmonies of #EEA52D
Complementary color
Monochromatic Colors of #EEA52D
Black with #EEA52D
Text Example
Text Example
White with #EEA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA52D; }
p { color: rgb(238,165,45); }
H1.HeaderClassName
{
color: #EEA52D;
}
.AnyTagClassName
{
color: #EEA52D;
}
</style>
background-color css
<style>
a { background-color: #EEA52D; }
a { background-color: rgb(238,165,45); }
div.DivClassName
{
background-color: #EEA52D;
}
.BgClassName
{
background-color: #EEA52D;
}
</style>
border-color css
<style>
span { border-color: #EEA52D; }
span { border-color: rgb(238,165,45); }
td.TdClassName
{
border-color: #EEA52D;
}
.TagClassName
{
border-color: #EEA52D;
}
</style>