Shades of Goldenrod #E0DC63
Tints of Goldenrod #E0DC63
RGB
CMYK
RGB Variations
Color information
#E0DC63 (or 0xE0DC63) is known color: Goldenrod. HEX triplet: E0, DC and 63. RGB value is (224,220,99). Sum of RGB (Red+Green+Blue) = 224+220+99=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC63 is #1F239C. Grayscale: #CFCFCF. Windows color (decimal): -2040733 or 6544608. OLE color: 6544608.
HSL color Cylindrical-coordinate representation of color #E0DC63: hue angle of 58.08º 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 #E0DC63 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 99 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.12 |
| HSL | 58.08º | 0.67% | 0.63% | - |
| HSV(B) | 58.08º | 0.56% | 0.88% | - |
| XYZ | 58.59 | 67.93 | 21.83 | - |
| YUV | 207.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 99 | 0 | 0.02 | 0.56 | 0.12 | 58.08 | 0.67 | 0.63 |
| Hex | E0 | DC | 63 | 0 | 2 | 38 | C | 3A | 43 | 3F |
| Octal | 340 | 334 | 143 | 0 | 2 | 70 | 14 | 72 | 103 | 77 |
| Binary | 11100000 | 11011100 | 1100011 | 0 | 10 | 111000 | 1100 | 111010 | 1000011 | 111111 |
Color Harmonies of #E0DC63
Complementary color
Monochromatic Colors of #E0DC63
Black with #E0DC63
Text Example
Text Example
White with #E0DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC63; }
p { color: rgb(224,220,99); }
H1.HeaderClassName
{
color: #E0DC63;
}
.AnyTagClassName
{
color: #E0DC63;
}
</style>
background-color css
<style>
a { background-color: #E0DC63; }
a { background-color: rgb(224,220,99); }
div.DivClassName
{
background-color: #E0DC63;
}
.BgClassName
{
background-color: #E0DC63;
}
</style>
border-color css
<style>
span { border-color: #E0DC63; }
span { border-color: rgb(224,220,99); }
td.TdClassName
{
border-color: #E0DC63;
}
.TagClassName
{
border-color: #E0DC63;
}
</style>