#E2DE6C

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

Shades of Goldenrod #E2DE6C

Tints of Goldenrod #E2DE6C

Color information

#E2DE6C (or 0xE2DE6C) is unknown color: approx Goldenrod. HEX triplet: E2, DE and 6C. RGB value is (226,222,108). Sum of RGB (Red+Green+Blue) = 226+222+108=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE6C is #1D2193. Grayscale: #D2D2D2. Windows color (decimal): -1909140 or 7134946. OLE color: 7134946.

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

Color convert

RGB226222108-
CMYK00.020.520.11
HSL57.97º67.05%65.49%-
HSV(B)57.97º52.21%88.63%-
XYZ60.1969.4924.43-
YUV210.270.33139.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 222 (87.11% from 255) = 39.93%
BLUE value IS 108 (42.58% from 255) = 19.42%
R=40.65%
G=39.93%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622210800.020.520.1157.9767.0565.49
HexE2DE6C0234B3a4341
Octal34233615402641372103101
Binary11100010110111101101100010110100101111101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE6C; }

 p { color: rgb(226,222,108); }

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

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

 a { background-color: rgb(226,222,108); }

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

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

 span { border-color: rgb(226,222,108); }

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