#e2dc6c

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

Shades of Goldenrod #E2DC6C

Tints of Goldenrod #E2DC6C

Color information

#E2DC6C (or 0xE2DC6C) is unknown color: approx Goldenrod. HEX triplet: E2, DC and 6C. RGB value is (226,220,108). Sum of RGB (Red+Green+Blue) = 226+220+108=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC6C is #1D2393. Grayscale: #D1D1D1. Windows color (decimal): -1909652 or 7134434. OLE color: 7134434.

HSL color Cylindrical-coordinate representation of color #E2DC6C: hue angle of 56.95º 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 #E2DC6C is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226220108-
CMYK00.030.520.11
HSL56.95º67.05%65.49%-
HSV(B)56.95º52.21%88.63%-
XYZ59.6668.4424.25-
YUV209.0370.99140.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 108 (42.58% from 255) = 19.49%
R=40.79%
G=39.71%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622010800.030.520.1156.9567.0565.49
HexE2DC6C0334B394341
Octal34233415403641371103101
Binary11100010110111001101100011110100101111100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2dc6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2dc6c; }

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

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

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

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

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

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

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

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