#E0E278

Color #E0E278 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #E0E278

Tints of Goldenrod #E0E278

Color information

#E0E278 (or 0xE0E278) is unknown color: approx Goldenrod. HEX triplet: E0, E2 and 78. RGB value is (224,226,120). Sum of RGB (Red+Green+Blue) = 224+226+120=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E278 is #1F1D87. Grayscale: #D5D5D5. Windows color (decimal): -2039176 or 7922400. OLE color: 7922400.

HSL color Cylindrical-coordinate representation of color #E0E278: hue angle of 61.13º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0E278 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB224226120-
CMYK0.0100.470.11
HSL61.13º64.63%67.84%-
HSV(B)61.13º46.9%88.63%-
XYZ61.3371.628.36-
YUV213.3275.34135.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 226 (88.67% from 255) = 39.65%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=39.30%
G=39.65%
B=21.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261200.0100.470.1161.1364.6367.84
HexE0E278102FB3d4144
Octal34034217010571375101104
Binary1110000011100010111100010101111101111110110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E278; }

 p { color: rgb(224,226,120); }

 H1.HeaderClassName
 {
   color: #E0E278;
 }
 .AnyTagClassName
 {
   color: #E0E278;
 }
</style>
background-color css

<style>
 a { background-color: #E0E278; }

 a { background-color: rgb(224,226,120); }

 div.DivClassName
 {
   background-color: #E0E278;
 }
 .BgClassName
 {
   background-color: #E0E278;
 }
</style>
border-color css

<style>
 span { border-color: #E0E278; }

 span { border-color: rgb(224,226,120); }

 td.TdClassName
 {
   border-color: #E0E278;
 }
 .TagClassName
 {
   border-color: #E0E278;
 }
</style>