Shades of Goldenrod #E0DC6A
Tints of Goldenrod #E0DC6A
RGB
CMYK
RGB Variations
Color information
#E0DC6A (or 0xE0DC6A) is known color: Goldenrod. HEX triplet: E0, DC and 6A. RGB value is (224,220,106). Sum of RGB (Red+Green+Blue) = 224+220+106=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC6A is #1F2395. Grayscale: #D0D0D0. Windows color (decimal): -2040726 or 7003360. OLE color: 7003360.
HSL color Cylindrical-coordinate representation of color #E0DC6A: hue angle of 57.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0DC6A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 106 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.12 |
| HSL | 57.97º | 0.66% | 0.65% | - |
| HSV(B) | 57.97º | 0.53% | 0.88% | - |
| XYZ | 58.94 | 68.07 | 23.67 | - |
| YUV | 208.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 106 | 0 | 0.02 | 0.53 | 0.12 | 57.97 | 0.66 | 0.65 |
| Hex | E0 | DC | 6A | 0 | 2 | 35 | C | 3A | 42 | 41 |
| Octal | 340 | 334 | 152 | 0 | 2 | 65 | 14 | 72 | 102 | 101 |
| Binary | 11100000 | 11011100 | 1101010 | 0 | 10 | 110101 | 1100 | 111010 | 1000010 | 1000001 |
Color Harmonies of #E0DC6A
Complementary color
Monochromatic Colors of #E0DC6A
Black with #E0DC6A
Text Example
Text Example
White with #E0DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC6A; }
p { color: rgb(224,220,106); }
H1.HeaderClassName
{
color: #E0DC6A;
}
.AnyTagClassName
{
color: #E0DC6A;
}
</style>
background-color css
<style>
a { background-color: #E0DC6A; }
a { background-color: rgb(224,220,106); }
div.DivClassName
{
background-color: #E0DC6A;
}
.BgClassName
{
background-color: #E0DC6A;
}
</style>
border-color css
<style>
span { border-color: #E0DC6A; }
span { border-color: rgb(224,220,106); }
td.TdClassName
{
border-color: #E0DC6A;
}
.TagClassName
{
border-color: #E0DC6A;
}
</style>