Shades of Goldenrod #E0D669
Tints of Goldenrod #E0D669
RGB
CMYK
RGB Variations
Color information
#E0D669 (or 0xE0D669) is known color: Goldenrod. HEX triplet: E0, D6 and 69. RGB value is (224,214,105). Sum of RGB (Red+Green+Blue) = 224+214+105=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D669 is #1F2996. Grayscale: #CDCDCD. Windows color (decimal): -2042263 or 6936288. OLE color: 6936288.
HSL color Cylindrical-coordinate representation of color #E0D669: hue angle of 54.96º 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 #E0D669 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 105 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.12 |
| HSL | 54.96º | 0.66% | 0.65% | - |
| HSV(B) | 54.96º | 0.53% | 0.88% | - |
| XYZ | 57.34 | 64.96 | 22.88 | - |
| YUV | 204.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 105 | 0 | 0.04 | 0.53 | 0.12 | 54.96 | 0.66 | 0.65 |
| Hex | E0 | D6 | 69 | 0 | 4 | 35 | C | 37 | 42 | 41 |
| Octal | 340 | 326 | 151 | 0 | 4 | 65 | 14 | 67 | 102 | 101 |
| Binary | 11100000 | 11010110 | 1101001 | 0 | 100 | 110101 | 1100 | 110111 | 1000010 | 1000001 |
Color Harmonies of #E0D669
Complementary color
Monochromatic Colors of #E0D669
Black with #E0D669
Text Example
Text Example
White with #E0D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D669; }
p { color: rgb(224,214,105); }
H1.HeaderClassName
{
color: #E0D669;
}
.AnyTagClassName
{
color: #E0D669;
}
</style>
background-color css
<style>
a { background-color: #E0D669; }
a { background-color: rgb(224,214,105); }
div.DivClassName
{
background-color: #E0D669;
}
.BgClassName
{
background-color: #E0D669;
}
</style>
border-color css
<style>
span { border-color: #E0D669; }
span { border-color: rgb(224,214,105); }
td.TdClassName
{
border-color: #E0D669;
}
.TagClassName
{
border-color: #E0D669;
}
</style>