Shades of Golden Yellow #E9DF05
Tints of Golden Yellow #E9DF05
RGB
CMYK
RGB Variations
Color information
#E9DF05 (or 0xE9DF05) is known color: Golden Yellow. HEX triplet: E9, DF and 05. RGB value is (233,223,5). Sum of RGB (Red+Green+Blue) = 233+223+5=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DF05 is #1620FA. Grayscale: #CACACA. Windows color (decimal): -1450235 or 385001. OLE color: 385001.
HSL color Cylindrical-coordinate representation of color #E9DF05: hue angle of 57.37º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9DF05 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.09 |
| HSL | 57.37º | 0.96% | 0.47% | - |
| HSV(B) | 57.37º | 0.98% | 0.91% | - |
| XYZ | 60.02 | 70.11 | 10.51 | - |
| YUV | 201.14 | 17.31 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 5 | 0 | 0.04 | 0.98 | 0.09 | 57.37 | 0.96 | 0.47 |
| Hex | E9 | DF | 5 | 0 | 4 | 62 | 9 | 39 | 60 | 2F |
| Octal | 351 | 337 | 5 | 0 | 4 | 142 | 11 | 71 | 140 | 57 |
| Binary | 11101001 | 11011111 | 101 | 0 | 100 | 1100010 | 1001 | 111001 | 1100000 | 101111 |
Color Harmonies of #E9DF05
Complementary color
Monochromatic Colors of #E9DF05
Black with #E9DF05
Text Example
Text Example
White with #E9DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF05; }
p { color: rgb(233,223,5); }
H1.HeaderClassName
{
color: #E9DF05;
}
.AnyTagClassName
{
color: #E9DF05;
}
</style>
background-color css
<style>
a { background-color: #E9DF05; }
a { background-color: rgb(233,223,5); }
div.DivClassName
{
background-color: #E9DF05;
}
.BgClassName
{
background-color: #E9DF05;
}
</style>
border-color css
<style>
span { border-color: #E9DF05; }
span { border-color: rgb(233,223,5); }
td.TdClassName
{
border-color: #E9DF05;
}
.TagClassName
{
border-color: #E9DF05;
}
</style>