Shades of Goldenrod #E3E06A
Tints of Goldenrod #E3E06A
RGB
CMYK
RGB Variations
Color information
#E3E06A (or 0xE3E06A) is known color: Goldenrod. HEX triplet: E3, E0 and 6A. RGB value is (227,224,106). Sum of RGB (Red+Green+Blue) = 227+224+106=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E06A is #1C1F95. Grayscale: #D3D3D3. Windows color (decimal): -1843094 or 7004387. OLE color: 7004387.
HSL color Cylindrical-coordinate representation of color #E3E06A: hue angle of 58.51º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3E06A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 106 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.11 |
| HSL | 58.51º | 0.68% | 0.65% | - |
| HSV(B) | 58.51º | 0.53% | 0.89% | - |
| XYZ | 60.94 | 70.68 | 24.07 | - |
| YUV | 211.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 106 | 0 | 0.01 | 0.53 | 0.11 | 58.51 | 0.68 | 0.65 |
| Hex | E3 | E0 | 6A | 0 | 1 | 35 | B | 3B | 44 | 41 |
| Octal | 343 | 340 | 152 | 0 | 1 | 65 | 13 | 73 | 104 | 101 |
| Binary | 11100011 | 11100000 | 1101010 | 0 | 1 | 110101 | 1011 | 111011 | 1000100 | 1000001 |
Color Harmonies of #E3E06A
Complementary color
Monochromatic Colors of #E3E06A
Black with #E3E06A
Text Example
Text Example
White with #E3E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E06A; }
p { color: rgb(227,224,106); }
H1.HeaderClassName
{
color: #E3E06A;
}
.AnyTagClassName
{
color: #E3E06A;
}
</style>
background-color css
<style>
a { background-color: #E3E06A; }
a { background-color: rgb(227,224,106); }
div.DivClassName
{
background-color: #E3E06A;
}
.BgClassName
{
background-color: #E3E06A;
}
</style>
border-color css
<style>
span { border-color: #E3E06A; }
span { border-color: rgb(227,224,106); }
td.TdClassName
{
border-color: #E3E06A;
}
.TagClassName
{
border-color: #E3E06A;
}
</style>