#E3DC70

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

Shades of Goldenrod #E3DC70

Tints of Goldenrod #E3DC70

Color information

#E3DC70 (or 0xE3DC70) is unknown color: approx Goldenrod. HEX triplet: E3, DC and 70. RGB value is (227,220,112). Sum of RGB (Red+Green+Blue) = 227+220+112=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC70 is #1C238F. Grayscale: #D2D2D2. Windows color (decimal): -1844112 or 7396579. OLE color: 7396579.

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

Color convert

RGB227220112-
CMYK00.030.510.11
HSL56.35º67.25%66.47%-
HSV(B)56.35º50.66%89.02%-
XYZ60.268.6925.41-
YUV209.7872.82140.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 112 (44.14% from 255) = 20.04%
R=40.61%
G=39.36%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722011200.030.510.1156.3567.2566.47
HexE3DC700333B384342
Octal34333416003631370103102
Binary11100011110111001110000011110011101111100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DC70; }

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

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

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

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

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

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

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

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