Shades of Energy Yellow #EED946
Tints of Energy Yellow #EED946
RGB
CMYK
RGB Variations
Color information
#EED946 (or 0xEED946) is known color: Energy Yellow. HEX triplet: EE, D9 and 46. RGB value is (238,217,70). Sum of RGB (Red+Green+Blue) = 238+217+70=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED946 is #1126B9. Grayscale: #CFCFCF. Windows color (decimal): -1124026 or 4643310. OLE color: 4643310.
HSL color Cylindrical-coordinate representation of color #EED946: hue angle of 52.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EED946 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 70 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.07 |
| HSL | 52.5º | 0.83% | 0.6% | - |
| HSV(B) | 52.5º | 0.71% | 0.93% | - |
| XYZ | 61.18 | 68.25 | 15.74 | - |
| YUV | 206.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 70 | 0 | 0.09 | 0.71 | 0.07 | 52.5 | 0.83 | 0.6 |
| Hex | EE | D9 | 46 | 0 | 9 | 47 | 7 | 34 | 53 | 3C |
| Octal | 356 | 331 | 106 | 0 | 11 | 107 | 7 | 64 | 123 | 74 |
| Binary | 11101110 | 11011001 | 1000110 | 0 | 1001 | 1000111 | 111 | 110100 | 1010011 | 111100 |
Color Harmonies of #EED946
Complementary color
Monochromatic Colors of #EED946
Black with #EED946
Text Example
Text Example
White with #EED946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED946; }
p { color: rgb(238,217,70); }
H1.HeaderClassName
{
color: #EED946;
}
.AnyTagClassName
{
color: #EED946;
}
</style>
background-color css
<style>
a { background-color: #EED946; }
a { background-color: rgb(238,217,70); }
div.DivClassName
{
background-color: #EED946;
}
.BgClassName
{
background-color: #EED946;
}
</style>
border-color css
<style>
span { border-color: #EED946; }
span { border-color: rgb(238,217,70); }
td.TdClassName
{
border-color: #EED946;
}
.TagClassName
{
border-color: #EED946;
}
</style>