Shades of Goldenrod #E6E071
Tints of Goldenrod #E6E071
RGB
CMYK
RGB Variations
Color information
#E6E071 (or 0xE6E071) is known color: Goldenrod. HEX triplet: E6, E0 and 71. RGB value is (230,224,113). Sum of RGB (Red+Green+Blue) = 230+224+113=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E071 is #191F8E. Grayscale: #D5D5D5. Windows color (decimal): -1646479 or 7463142. OLE color: 7463142.
HSL color Cylindrical-coordinate representation of color #E6E071: hue angle of 56.92º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6E071 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 113 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.10 |
| HSL | 56.92º | 0.7% | 0.67% | - |
| HSV(B) | 56.92º | 0.51% | 0.9% | - |
| XYZ | 62.27 | 71.33 | 26.11 | - |
| YUV | 213.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 113 | 0 | 0.03 | 0.51 | 0.10 | 56.92 | 0.7 | 0.67 |
| Hex | E6 | E0 | 71 | 0 | 3 | 33 | A | 39 | 46 | 43 |
| Octal | 346 | 340 | 161 | 0 | 3 | 63 | 12 | 71 | 106 | 103 |
| Binary | 11100110 | 11100000 | 1110001 | 0 | 11 | 110011 | 1010 | 111001 | 1000110 | 1000011 |
Color Harmonies of #E6E071
Complementary color
Monochromatic Colors of #E6E071
Black with #E6E071
Text Example
Text Example
White with #E6E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E071; }
p { color: rgb(230,224,113); }
H1.HeaderClassName
{
color: #E6E071;
}
.AnyTagClassName
{
color: #E6E071;
}
</style>
background-color css
<style>
a { background-color: #E6E071; }
a { background-color: rgb(230,224,113); }
div.DivClassName
{
background-color: #E6E071;
}
.BgClassName
{
background-color: #E6E071;
}
</style>
border-color css
<style>
span { border-color: #E6E071; }
span { border-color: rgb(230,224,113); }
td.TdClassName
{
border-color: #E6E071;
}
.TagClassName
{
border-color: #E6E071;
}
</style>