#E2DD05

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

Shades of Golden Yellow #E2DD05

Tints of Golden Yellow #E2DD05

Color information

#E2DD05 (or 0xE2DD05) is unknown color: approx Golden Yellow. HEX triplet: E2, DD and 05. RGB value is (226,221,5). Sum of RGB (Red+Green+Blue) = 226+221+5=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD05 is #1D22FA. Grayscale: #C6C6C6. Windows color (decimal): -1909499 or 384482. OLE color: 384482.

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

Color convert

RGB2262215-
CMYK00.020.980.11
HSL58.64º95.67%45.29%-
HSV(B)58.64º97.79%88.63%-
XYZ57.2567.8910.23-
YUV197.8719.16148.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 5 (2.34% from 255) = 1.11%
R=50%
G=48.89%
B=1.11%

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
Decimal226221500.020.980.1158.6495.6745.29
HexE2DD50262B3b602d
Octal342335502142137314055
Binary1110001011011101101010110001010111110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD05; }

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

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

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

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

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

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

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

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