Shades of Energy Yellow #EDD94B
Tints of Energy Yellow #EDD94B
RGB
CMYK
RGB Variations
Color information
#EDD94B (or 0xEDD94B) is known color: Energy Yellow. HEX triplet: ED, D9 and 4B. RGB value is (237,217,75). Sum of RGB (Red+Green+Blue) = 237+217+75=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD94B is #1226B4. Grayscale: #CFCFCF. Windows color (decimal): -1189557 or 4970989. OLE color: 4970989.
HSL color Cylindrical-coordinate representation of color #EDD94B: hue angle of 52.59º degrees, saturation: 0.82, 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 #EDD94B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 52.59º | 0.82% | 0.61% | - |
| HSV(B) | 52.59º | 0.68% | 0.93% | - |
| XYZ | 61.01 | 68.14 | 16.59 | - |
| YUV | 206.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 75 | 0 | 0.08 | 0.68 | 0.07 | 52.59 | 0.82 | 0.61 |
| Hex | ED | D9 | 4B | 0 | 8 | 44 | 7 | 35 | 52 | 3D |
| Octal | 355 | 331 | 113 | 0 | 10 | 104 | 7 | 65 | 122 | 75 |
| Binary | 11101101 | 11011001 | 1001011 | 0 | 1000 | 1000100 | 111 | 110101 | 1010010 | 111101 |
Color Harmonies of #EDD94B
Complementary color
Monochromatic Colors of #EDD94B
Black with #EDD94B
Text Example
Text Example
White with #EDD94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD94B; }
p { color: rgb(237,217,75); }
H1.HeaderClassName
{
color: #EDD94B;
}
.AnyTagClassName
{
color: #EDD94B;
}
</style>
background-color css
<style>
a { background-color: #EDD94B; }
a { background-color: rgb(237,217,75); }
div.DivClassName
{
background-color: #EDD94B;
}
.BgClassName
{
background-color: #EDD94B;
}
</style>
border-color css
<style>
span { border-color: #EDD94B; }
span { border-color: rgb(237,217,75); }
td.TdClassName
{
border-color: #EDD94B;
}
.TagClassName
{
border-color: #EDD94B;
}
</style>