#E2DE05

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

Shades of Golden Yellow #E2DE05

Tints of Golden Yellow #E2DE05

Color information

#E2DE05 (or 0xE2DE05) is unknown color: approx Golden Yellow. HEX triplet: E2, DE and 05. RGB value is (226,222,5). Sum of RGB (Red+Green+Blue) = 226+222+5=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE05 is #1D21FA. Grayscale: #C7C7C7. Windows color (decimal): -1909243 or 384738. OLE color: 384738.

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

Color convert

RGB2262225-
CMYK00.020.980.11
HSL58.91º95.67%45.29%-
HSV(B)58.91º97.79%88.63%-
XYZ57.5168.4210.32-
YUV198.4618.83147.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 222 (87.11% from 255) = 49.01%
BLUE value IS 5 (2.34% from 255) = 1.10%
R=49.89%
G=49.01%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226222500.020.980.1158.9195.6745.29
HexE2DE50262B3b602d
Octal342336502142137314055
Binary1110001011011110101010110001010111110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE05; }

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

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

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

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

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

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

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

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