Shades of Goldenrod #E0E265
Tints of Goldenrod #E0E265
RGB
CMYK
RGB Variations
Color information
#E0E265 (or 0xE0E265) is known color: Goldenrod. HEX triplet: E0, E2 and 65. RGB value is (224,226,101). Sum of RGB (Red+Green+Blue) = 224+226+101=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E265 is #1F1D9A. Grayscale: #D3D3D3. Windows color (decimal): -2039195 or 6677216. OLE color: 6677216.
HSL color Cylindrical-coordinate representation of color #E0E265: hue angle of 60.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0E265 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 101 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.11 |
| HSL | 60.96º | 0.68% | 0.64% | - |
| HSV(B) | 60.96º | 0.55% | 0.89% | - |
| XYZ | 60.29 | 71.18 | 22.87 | - |
| YUV | 211.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 101 | 0.01 | 0 | 0.55 | 0.11 | 60.96 | 0.68 | 0.64 |
| Hex | E0 | E2 | 65 | 1 | 0 | 37 | B | 3D | 44 | 40 |
| Octal | 340 | 342 | 145 | 1 | 0 | 67 | 13 | 75 | 104 | 100 |
| Binary | 11100000 | 11100010 | 1100101 | 1 | 0 | 110111 | 1011 | 111101 | 1000100 | 1000000 |
Color Harmonies of #E0E265
Complementary color
Monochromatic Colors of #E0E265
Black with #E0E265
Text Example
Text Example
White with #E0E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E265; }
p { color: rgb(224,226,101); }
H1.HeaderClassName
{
color: #E0E265;
}
.AnyTagClassName
{
color: #E0E265;
}
</style>
background-color css
<style>
a { background-color: #E0E265; }
a { background-color: rgb(224,226,101); }
div.DivClassName
{
background-color: #E0E265;
}
.BgClassName
{
background-color: #E0E265;
}
</style>
border-color css
<style>
span { border-color: #E0E265; }
span { border-color: rgb(224,226,101); }
td.TdClassName
{
border-color: #E0E265;
}
.TagClassName
{
border-color: #E0E265;
}
</style>