#E1E000

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

Shades of Golden Yellow #E1E000

Tints of Golden Yellow #E1E000

Color information

#E1E000 (or 0xE1E000) is unknown color: approx Golden Yellow. HEX triplet: E1, E0 and 00. RGB value is (225,224,0). Sum of RGB (Red+Green+Blue) = 225+224+0=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E000 is #1E1FFF. Grayscale: #C7C7C7. Windows color (decimal): -1974272 or 57569. OLE color: 57569.

HSL color Cylindrical-coordinate representation of color #E1E000: hue angle of 59.73º 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 #E1E000 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB2252240-
CMYK00.0010.12
HSL59.73º100%44.12%-
HSV(B)59.73º100%88.24%-
XYZ57.7169.3210.34-
YUV198.7615.83146.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 224 (87.89% from 255) = 49.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.11%
G=49.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225224000.0010.1259.7310044.12
HexE1E000064C3c642c
Octal341340000144147414454
Binary1110000111100000000110010011001111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E000; }

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

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

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

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

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

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

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

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