Shades of Golden Yellow #E1DD06
Tints of Golden Yellow #E1DD06
RGB
CMYK
RGB Variations
Color information
#E1DD06 (or 0xE1DD06) is known color: Golden Yellow. HEX triplet: E1, DD and 06. RGB value is (225,221,6). Sum of RGB (Red+Green+Blue) = 225+221+6=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DD06 is #1E22F9. Grayscale: #C6C6C6. Windows color (decimal): -1975034 or 450017. OLE color: 450017.
HSL color Cylindrical-coordinate representation of color #E1DD06: hue angle of 58.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1DD06 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 6 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.12 |
| HSL | 58.9º | 0.95% | 0.45% | - |
| HSV(B) | 58.9º | 0.97% | 0.88% | - |
| XYZ | 56.94 | 67.73 | 10.25 | - |
| YUV | 197.69 | 19.83 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 6 | 0 | 0.02 | 0.97 | 0.12 | 58.9 | 0.95 | 0.45 |
| Hex | E1 | DD | 6 | 0 | 2 | 61 | C | 3B | 5F | 2D |
| Octal | 341 | 335 | 6 | 0 | 2 | 141 | 14 | 73 | 137 | 55 |
| Binary | 11100001 | 11011101 | 110 | 0 | 10 | 1100001 | 1100 | 111011 | 1011111 | 101101 |
Color Harmonies of #E1DD06
Complementary color
Monochromatic Colors of #E1DD06
Black with #E1DD06
Text Example
Text Example
White with #E1DD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD06; }
p { color: rgb(225,221,6); }
H1.HeaderClassName
{
color: #E1DD06;
}
.AnyTagClassName
{
color: #E1DD06;
}
</style>
background-color css
<style>
a { background-color: #E1DD06; }
a { background-color: rgb(225,221,6); }
div.DivClassName
{
background-color: #E1DD06;
}
.BgClassName
{
background-color: #E1DD06;
}
</style>
border-color css
<style>
span { border-color: #E1DD06; }
span { border-color: rgb(225,221,6); }
td.TdClassName
{
border-color: #E1DD06;
}
.TagClassName
{
border-color: #E1DD06;
}
</style>