#E2E375

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

Shades of Goldenrod #E2E375

Tints of Goldenrod #E2E375

Color information

#E2E375 (or 0xE2E375) is unknown color: approx Goldenrod. HEX triplet: E2, E3 and 75. RGB value is (226,227,117). Sum of RGB (Red+Green+Blue) = 226+227+117=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E375 is #1D1C8A. Grayscale: #D6D6D6. Windows color (decimal): -1907851 or 7726050. OLE color: 7726050.

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

Color convert

RGB226227117-
CMYK0.0000.480.11
HSL60.55º66.27%67.45%-
HSV(B)60.55º48.46%89.02%-
XYZ62.0472.3927.53-
YUV214.1673.17136.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=39.65%
G=39.82%
B=20.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262271170.0000.480.1160.5566.2767.45
HexE2E3750030B3d4243
Octal34234316500601375102103
Binary1110001011100011111010100110000101111110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E375; }

 p { color: rgb(226,227,117); }

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

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

 a { background-color: rgb(226,227,117); }

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

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

 span { border-color: rgb(226,227,117); }

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