Shades of Golden Yellow #E8DF06
Tints of Golden Yellow #E8DF06
RGB
CMYK
RGB Variations
Color information
#E8DF06 (or 0xE8DF06) is known color: Golden Yellow. HEX triplet: E8, DF and 06. RGB value is (232,223,6). Sum of RGB (Red+Green+Blue) = 232+223+6=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF06 is #1720F9. Grayscale: #C9C9C9. Windows color (decimal): -1515770 or 450536. OLE color: 450536.
HSL color Cylindrical-coordinate representation of color #E8DF06: hue angle of 57.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8DF06 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.09 |
| HSL | 57.61º | 0.95% | 0.47% | - |
| HSV(B) | 57.61º | 0.97% | 0.91% | - |
| XYZ | 59.7 | 69.94 | 10.53 | - |
| YUV | 200.95 | 17.98 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 6 | 0 | 0.04 | 0.97 | 0.09 | 57.61 | 0.95 | 0.47 |
| Hex | E8 | DF | 6 | 0 | 4 | 61 | 9 | 3A | 5F | 2F |
| Octal | 350 | 337 | 6 | 0 | 4 | 141 | 11 | 72 | 137 | 57 |
| Binary | 11101000 | 11011111 | 110 | 0 | 100 | 1100001 | 1001 | 111010 | 1011111 | 101111 |
Color Harmonies of #E8DF06
Complementary color
Monochromatic Colors of #E8DF06
Black with #E8DF06
Text Example
Text Example
White with #E8DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF06; }
p { color: rgb(232,223,6); }
H1.HeaderClassName
{
color: #E8DF06;
}
.AnyTagClassName
{
color: #E8DF06;
}
</style>
background-color css
<style>
a { background-color: #E8DF06; }
a { background-color: rgb(232,223,6); }
div.DivClassName
{
background-color: #E8DF06;
}
.BgClassName
{
background-color: #E8DF06;
}
</style>
border-color css
<style>
span { border-color: #E8DF06; }
span { border-color: rgb(232,223,6); }
td.TdClassName
{
border-color: #E8DF06;
}
.TagClassName
{
border-color: #E8DF06;
}
</style>