#E2DF05

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

Shades of Golden Yellow #E2DF05

Tints of Golden Yellow #E2DF05

Color information

#E2DF05 (or 0xE2DF05) is unknown color: approx Golden Yellow. HEX triplet: E2, DF and 05. RGB value is (226,223,5). Sum of RGB (Red+Green+Blue) = 226+223+5=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DF05 is #1D20FA. Grayscale: #C7C7C7. Windows color (decimal): -1908987 or 384994. OLE color: 384994.

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

Color convert

RGB2262235-
CMYK00.010.980.11
HSL59.19º95.67%45.29%-
HSV(B)59.19º97.79%88.63%-
XYZ57.7868.9610.41-
YUV199.0418.49147.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 223 (87.5% from 255) = 49.12%
BLUE value IS 5 (2.34% from 255) = 1.10%
R=49.78%
G=49.12%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226223500.010.980.1159.1995.6745.29
HexE2DF50162B3b602d
Octal342337501142137314055
Binary111000101101111110101110001010111110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DF05; }

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

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

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

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

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

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

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

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