Shades of Energy Yellow #EED74A
Tints of Energy Yellow #EED74A
RGB
CMYK
RGB Variations
Color information
#EED74A (or 0xEED74A) is known color: Energy Yellow. HEX triplet: EE, D7 and 4A. RGB value is (238,215,74). Sum of RGB (Red+Green+Blue) = 238+215+74=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED74A is #1128B5. Grayscale: #CECECE. Windows color (decimal): -1124534 or 4904942. OLE color: 4904942.
HSL color Cylindrical-coordinate representation of color #EED74A: hue angle of 51.59º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EED74A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.07 |
| HSL | 51.59º | 0.83% | 0.61% | - |
| HSV(B) | 51.59º | 0.69% | 0.93% | - |
| XYZ | 60.8 | 67.27 | 16.26 | - |
| YUV | 205.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 74 | 0 | 0.10 | 0.69 | 0.07 | 51.59 | 0.83 | 0.61 |
| Hex | EE | D7 | 4A | 0 | A | 45 | 7 | 34 | 53 | 3D |
| Octal | 356 | 327 | 112 | 0 | 12 | 105 | 7 | 64 | 123 | 75 |
| Binary | 11101110 | 11010111 | 1001010 | 0 | 1010 | 1000101 | 111 | 110100 | 1010011 | 111101 |
Color Harmonies of #EED74A
Complementary color
Monochromatic Colors of #EED74A
Black with #EED74A
Text Example
Text Example
White with #EED74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED74A; }
p { color: rgb(238,215,74); }
H1.HeaderClassName
{
color: #EED74A;
}
.AnyTagClassName
{
color: #EED74A;
}
</style>
background-color css
<style>
a { background-color: #EED74A; }
a { background-color: rgb(238,215,74); }
div.DivClassName
{
background-color: #EED74A;
}
.BgClassName
{
background-color: #EED74A;
}
</style>
border-color css
<style>
span { border-color: #EED74A; }
span { border-color: rgb(238,215,74); }
td.TdClassName
{
border-color: #EED74A;
}
.TagClassName
{
border-color: #EED74A;
}
</style>