Shades of Goldenrod #E0DD63
Tints of Goldenrod #E0DD63
RGB
CMYK
RGB Variations
Color information
#E0DD63 (or 0xE0DD63) is known color: Goldenrod. HEX triplet: E0, DD and 63. RGB value is (224,221,99). Sum of RGB (Red+Green+Blue) = 224+221+99=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD63 is #1F229C. Grayscale: #D0D0D0. Windows color (decimal): -2040477 or 6544864. OLE color: 6544864.
HSL color Cylindrical-coordinate representation of color #E0DD63: hue angle of 58.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0DD63 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 99 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.12 |
| HSL | 58.56º | 0.67% | 0.63% | - |
| HSV(B) | 58.56º | 0.56% | 0.88% | - |
| XYZ | 58.85 | 68.46 | 21.92 | - |
| YUV | 207.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 99 | 0 | 0.01 | 0.56 | 0.12 | 58.56 | 0.67 | 0.63 |
| Hex | E0 | DD | 63 | 0 | 1 | 38 | C | 3B | 43 | 3F |
| Octal | 340 | 335 | 143 | 0 | 1 | 70 | 14 | 73 | 103 | 77 |
| Binary | 11100000 | 11011101 | 1100011 | 0 | 1 | 111000 | 1100 | 111011 | 1000011 | 111111 |
Color Harmonies of #E0DD63
Complementary color
Monochromatic Colors of #E0DD63
Black with #E0DD63
Text Example
Text Example
White with #E0DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD63; }
p { color: rgb(224,221,99); }
H1.HeaderClassName
{
color: #E0DD63;
}
.AnyTagClassName
{
color: #E0DD63;
}
</style>
background-color css
<style>
a { background-color: #E0DD63; }
a { background-color: rgb(224,221,99); }
div.DivClassName
{
background-color: #E0DD63;
}
.BgClassName
{
background-color: #E0DD63;
}
</style>
border-color css
<style>
span { border-color: #E0DD63; }
span { border-color: rgb(224,221,99); }
td.TdClassName
{
border-color: #E0DD63;
}
.TagClassName
{
border-color: #E0DD63;
}
</style>