#E0E175

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

Shades of Goldenrod #E0E175

Tints of Goldenrod #E0E175

Color information

#E0E175 (or 0xE0E175) is unknown color: approx Goldenrod. HEX triplet: E0, E1 and 75. RGB value is (224,225,117). Sum of RGB (Red+Green+Blue) = 224+225+117=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E175 is #1F1E8A. Grayscale: #D4D4D4. Windows color (decimal): -2039435 or 7725536. OLE color: 7725536.

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

Color convert

RGB224225117-
CMYK0.0000.480.12
HSL60.56º64.29%67.06%-
HSV(B)60.56º48%88.24%-
XYZ60.8870.9827.32-
YUV212.3974.17136.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=39.58%
G=39.75%
B=20.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251170.0000.480.1260.5664.2967.06
HexE0E1750030C3d4043
Octal34034116500601475100103
Binary1110000011100001111010100110000110011110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E175; }

 p { color: rgb(224,225,117); }

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

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

 a { background-color: rgb(224,225,117); }

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

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

 span { border-color: rgb(224,225,117); }

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