#E1DF00

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

Shades of Golden Yellow #E1DF00

Tints of Golden Yellow #E1DF00

Color information

#E1DF00 (or 0xE1DF00) is unknown color: approx Golden Yellow. HEX triplet: E1, DF and 00. RGB value is (225,223,0). Sum of RGB (Red+Green+Blue) = 225+223+0=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF00 is #1E20FF. Grayscale: #C7C7C7. Windows color (decimal): -1974528 or 57313. OLE color: 57313.

HSL color Cylindrical-coordinate representation of color #E1DF00: hue angle of 59.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1DF00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB2252230-
CMYK00.0110.12
HSL59.47º100%44.12%-
HSV(B)59.47º100%88.24%-
XYZ57.4468.7810.25-
YUV198.1816.16147.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.22%
G=49.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225223000.0110.1259.4710044.12
HexE1DF00164C3b642c
Octal341337001144147314454
Binary1110000111011111001110010011001110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF00; }

 p { color: rgb(225,223,0); }

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

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

 a { background-color: rgb(225,223,0); }

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

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

 span { border-color: rgb(225,223,0); }

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