#e2dc6b

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

Shades of Goldenrod #E2DC6B

Tints of Goldenrod #E2DC6B

Color information

#E2DC6B (or 0xE2DC6B) is unknown color: approx Goldenrod. HEX triplet: E2, DC and 6B. RGB value is (226,220,107). Sum of RGB (Red+Green+Blue) = 226+220+107=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC6B is #1D2394. Grayscale: #D1D1D1. Windows color (decimal): -1909653 or 7068898. OLE color: 7068898.

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

Color convert

RGB226220107-
CMYK00.030.530.11
HSL56.97º67.23%65.29%-
HSV(B)56.97º52.65%88.63%-
XYZ59.6168.4223.97-
YUV208.9170.49140.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 107 (42.19% from 255) = 19.35%
R=40.87%
G=39.78%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622010700.030.530.1156.9767.2365.29
HexE2DC6B0335B394341
Octal34233415303651371103101
Binary11100010110111001101011011110101101111100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2dc6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2dc6b; }

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

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

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

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

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

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

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

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