#e2db6d

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

Shades of Goldenrod #E2DB6D

Tints of Goldenrod #E2DB6D

Color information

#E2DB6D (or 0xE2DB6D) is unknown color: approx Goldenrod. HEX triplet: E2, DB and 6D. RGB value is (226,219,109). Sum of RGB (Red+Green+Blue) = 226+219+109=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB6D is #1D2492. Grayscale: #D1D1D1. Windows color (decimal): -1909907 or 7199714. OLE color: 7199714.

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

Color convert

RGB226219109-
CMYK00.030.520.11
HSL56.41º66.86%65.69%-
HSV(B)56.41º51.77%88.63%-
XYZ59.4667.9424.45-
YUV208.5571.82140.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 109 (42.97% from 255) = 19.68%
R=40.79%
G=39.53%
B=19.68%

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
Decimal22621910900.030.520.1156.4166.8665.69
HexE2DB6D0334B384342
Octal34233315503641370103102
Binary11100010110110111101101011110100101111100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2db6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2db6d; }

 p { color: rgb(226,219,109); }

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

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

 a { background-color: rgb(226,219,109); }

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

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

 span { border-color: rgb(226,219,109); }

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