#E3E074

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

Shades of Goldenrod #E3E074

Tints of Goldenrod #E3E074

Color information

#E3E074 (or 0xE3E074) is unknown color: approx Goldenrod. HEX triplet: E3, E0 and 74. RGB value is (227,224,116). Sum of RGB (Red+Green+Blue) = 227+224+116=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E074 is #1C1F8B. Grayscale: #D5D5D5. Windows color (decimal): -1843084 or 7659747. OLE color: 7659747.

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

Color convert

RGB227224116-
CMYK00.010.490.11
HSL58.38º66.47%67.25%-
HSV(B)58.38º48.9%89.02%-
XYZ61.4970.926.97-
YUV212.5873.49138.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 116 (45.70% from 255) = 20.46%
R=40.04%
G=39.51%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722411600.010.490.1158.3866.4767.25
HexE3E0740131B3a4243
Octal34334016401611372102103
Binary1110001111100000111010001110001101111101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E074; }

 p { color: rgb(227,224,116); }

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

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

 a { background-color: rgb(227,224,116); }

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

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

 span { border-color: rgb(227,224,116); }

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