#E3E470

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

Shades of Goldenrod #E3E470

Tints of Goldenrod #E3E470

Color information

#E3E470 (or 0xE3E470) is unknown color: approx Goldenrod. HEX triplet: E3, E4 and 70. RGB value is (227,228,112). Sum of RGB (Red+Green+Blue) = 227+228+112=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #E3E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E470 is #1C1B8F. Grayscale: #D6D6D6. Windows color (decimal): -1842064 or 7398627. OLE color: 7398627.

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

Color convert

RGB227228112-
CMYK0.0000.510.11
HSL60.52º68.24%66.67%-
HSV(B)60.52º50.88%89.41%-
XYZ62.3572.9926.13-
YUV214.4870.17136.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 112 (44.14% from 255) = 19.75%
R=40.04%
G=40.21%
B=19.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272281120.0000.510.1160.5268.2466.67
HexE3E4700033B3d4443
Octal34334416000631375104103
Binary1110001111100100111000000110011101111110110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E470; }

 p { color: rgb(227,228,112); }

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

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

 a { background-color: rgb(227,228,112); }

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

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

 span { border-color: rgb(227,228,112); }

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