#E2D101

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

Shades of Gold #E2D101

Tints of Gold #E2D101

Color information

#E2D101 (or 0xE2D101) is unknown color: approx Gold. HEX triplet: E2, D1 and 01. RGB value is (226,209,1). Sum of RGB (Red+Green+Blue) = 226+209+1=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D101 is #1D2EFE. Grayscale: #BFBFBF. Windows color (decimal): -1912575 or 119266. OLE color: 119266.

HSL color Cylindrical-coordinate representation of color #E2D101: hue angle of 55.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2D101 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB2262091-
CMYK00.081.000.11
HSL55.47º99.12%44.51%-
HSV(B)55.47º99.56%88.63%-
XYZ54.1761.779.1-
YUV190.3721.13153.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=51.83%
G=47.94%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226209100.081.000.1155.4799.1244.51
HexE2D110864B37632d
Octal3423211010144136714355
Binary1110001011010001101000110010010111101111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D101; }

 p { color: rgb(226,209,1); }

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

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

 a { background-color: rgb(226,209,1); }

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

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

 span { border-color: rgb(226,209,1); }

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