#E7E170

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

Shades of Goldenrod #E7E170

Tints of Goldenrod #E7E170

Color information

#E7E170 (or 0xE7E170) is unknown color: approx Goldenrod. HEX triplet: E7, E1 and 70. RGB value is (231,225,112). Sum of RGB (Red+Green+Blue) = 231+225+112=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E170 is #181E8F. Grayscale: #D6D6D6. Windows color (decimal): -1580688 or 7397863. OLE color: 7397863.

HSL color Cylindrical-coordinate representation of color #E7E170: hue angle of 56.97º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7E170 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231225112-
CMYK00.030.520.09
HSL56.97º71.26%67.25%-
HSV(B)56.97º51.52%90.59%-
XYZ62.872.0125.92-
YUV213.9170.49140.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 112 (44.14% from 255) = 19.72%
R=40.67%
G=39.61%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122511200.030.520.0956.9771.2667.25
HexE7E17003349394743
Octal34734116003641171107103
Binary11100111111000011110000011110100100111100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E170; }

 p { color: rgb(231,225,112); }

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

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

 a { background-color: rgb(231,225,112); }

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

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

 span { border-color: rgb(231,225,112); }

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