Shades of Goldenrod #E5DD68
Tints of Goldenrod #E5DD68
RGB
CMYK
RGB Variations
Color information
#E5DD68 (or 0xE5DD68) is known color: Goldenrod. HEX triplet: E5, DD and 68. RGB value is (229,221,104). Sum of RGB (Red+Green+Blue) = 229+221+104=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD68 is #1A2297. Grayscale: #D2D2D2. Windows color (decimal): -1712792 or 6872549. OLE color: 6872549.
HSL color Cylindrical-coordinate representation of color #E5DD68: hue angle of 56.16º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5DD68 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 104 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.10 |
| HSL | 56.16º | 0.71% | 0.65% | - |
| HSV(B) | 56.16º | 0.55% | 0.9% | - |
| XYZ | 60.67 | 69.37 | 23.29 | - |
| YUV | 210.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 104 | 0 | 0.03 | 0.55 | 0.10 | 56.16 | 0.71 | 0.65 |
| Hex | E5 | DD | 68 | 0 | 3 | 37 | A | 38 | 47 | 41 |
| Octal | 345 | 335 | 150 | 0 | 3 | 67 | 12 | 70 | 107 | 101 |
| Binary | 11100101 | 11011101 | 1101000 | 0 | 11 | 110111 | 1010 | 111000 | 1000111 | 1000001 |
Color Harmonies of #E5DD68
Complementary color
Monochromatic Colors of #E5DD68
Black with #E5DD68
Text Example
Text Example
White with #E5DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD68; }
p { color: rgb(229,221,104); }
H1.HeaderClassName
{
color: #E5DD68;
}
.AnyTagClassName
{
color: #E5DD68;
}
</style>
background-color css
<style>
a { background-color: #E5DD68; }
a { background-color: rgb(229,221,104); }
div.DivClassName
{
background-color: #E5DD68;
}
.BgClassName
{
background-color: #E5DD68;
}
</style>
border-color css
<style>
span { border-color: #E5DD68; }
span { border-color: rgb(229,221,104); }
td.TdClassName
{
border-color: #E5DD68;
}
.TagClassName
{
border-color: #E5DD68;
}
</style>