Shades of Energy Yellow #EED64B
Tints of Energy Yellow #EED64B
RGB
CMYK
RGB Variations
Color information
#EED64B (or 0xEED64B) is known color: Energy Yellow. HEX triplet: EE, D6 and 4B. RGB value is (238,214,75). Sum of RGB (Red+Green+Blue) = 238+214+75=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED64B is #1129B4. Grayscale: #CDCDCD. Windows color (decimal): -1124789 or 4970222. OLE color: 4970222.
HSL color Cylindrical-coordinate representation of color #EED64B: hue angle of 51.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED64B is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 75 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.07 |
| HSL | 51.17º | 0.83% | 0.61% | - |
| HSV(B) | 51.17º | 0.68% | 0.93% | - |
| XYZ | 60.58 | 66.78 | 16.35 | - |
| YUV | 205.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 75 | 0 | 0.10 | 0.68 | 0.07 | 51.17 | 0.83 | 0.61 |
| Hex | EE | D6 | 4B | 0 | A | 44 | 7 | 33 | 53 | 3D |
| Octal | 356 | 326 | 113 | 0 | 12 | 104 | 7 | 63 | 123 | 75 |
| Binary | 11101110 | 11010110 | 1001011 | 0 | 1010 | 1000100 | 111 | 110011 | 1010011 | 111101 |
Color Harmonies of #EED64B
Complementary color
Monochromatic Colors of #EED64B
Black with #EED64B
Text Example
Text Example
White with #EED64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED64B; }
p { color: rgb(238,214,75); }
H1.HeaderClassName
{
color: #EED64B;
}
.AnyTagClassName
{
color: #EED64B;
}
</style>
background-color css
<style>
a { background-color: #EED64B; }
a { background-color: rgb(238,214,75); }
div.DivClassName
{
background-color: #EED64B;
}
.BgClassName
{
background-color: #EED64B;
}
</style>
border-color css
<style>
span { border-color: #EED64B; }
span { border-color: rgb(238,214,75); }
td.TdClassName
{
border-color: #EED64B;
}
.TagClassName
{
border-color: #EED64B;
}
</style>