#E2DC05

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

Shades of Golden Yellow #E2DC05

Tints of Golden Yellow #E2DC05

Color information

#E2DC05 (or 0xE2DC05) is unknown color: approx Golden Yellow. HEX triplet: E2, DC and 05. RGB value is (226,220,5). Sum of RGB (Red+Green+Blue) = 226+220+5=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DC05 is #1D23FA. Grayscale: #C6C6C6. Windows color (decimal): -1909755 or 384226. OLE color: 384226.

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

Color convert

RGB2262205-
CMYK00.030.980.11
HSL58.37º95.67%45.29%-
HSV(B)58.37º97.79%88.63%-
XYZ56.9867.3710.14-
YUV197.2819.49148.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 220 (86.33% from 255) = 48.78%
BLUE value IS 5 (2.34% from 255) = 1.11%
R=50.11%
G=48.78%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226220500.030.980.1158.3795.6745.29
HexE2DC50362B3a602d
Octal342334503142137214055
Binary1110001011011100101011110001010111110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DC05; }

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

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

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

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

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

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

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

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