#E1D004

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

Shades of Sunflower #E1D004

Tints of Sunflower #E1D004

Color information

#E1D004 (or 0xE1D004) is unknown color: approx Sunflower. HEX triplet: E1, D0 and 04. RGB value is (225,208,4). Sum of RGB (Red+Green+Blue) = 225+208+4=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D004 is #1E2FFB. Grayscale: #BEBEBE. Windows color (decimal): -1978364 or 315617. OLE color: 315617.

HSL color Cylindrical-coordinate representation of color #E1D004: hue angle of 55.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1D004 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB2252084-
CMYK00.080.980.12
HSL55.38º96.51%44.9%-
HSV(B)55.38º98.22%88.24%-
XYZ53.6361.139.09-
YUV189.8323.13153.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 4 (1.95% from 255) = 0.92%
R=51.49%
G=47.60%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225208400.080.980.1255.3896.5144.9
HexE1D040862C37612d
Octal3413204010142146714155
Binary111000011101000010001000110001011001101111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D004; }

 p { color: rgb(225,208,4); }

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

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

 a { background-color: rgb(225,208,4); }

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

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

 span { border-color: rgb(225,208,4); }

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