#E0D404

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

Shades of Sunflower #E0D404

Tints of Sunflower #E0D404

Color information

#E0D404 (or 0xE0D404) is unknown color: approx Sunflower. HEX triplet: E0, D4 and 04. RGB value is (224,212,4). Sum of RGB (Red+Green+Blue) = 224+212+4=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D404 is #1F2BFB. Grayscale: #C0C0C0. Windows color (decimal): -2042876 or 316640. OLE color: 316640.

HSL color Cylindrical-coordinate representation of color #E0D404: hue angle of 56.73º degrees, saturation: 0.96, 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 #E0D404 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB2242124-
CMYK00.050.980.12
HSL56.73º96.49%44.71%-
HSV(B)56.73º98.21%87.84%-
XYZ54.3162.949.4-
YUV191.8821.98150.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 212 (83.20% from 255) = 48.18%
BLUE value IS 4 (1.95% from 255) = 0.91%
R=50.91%
G=48.18%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224212400.050.980.1256.7396.4944.71
HexE0D440562C39602d
Octal340324405142147114055
Binary11100000110101001000101110001011001110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D404; }

 p { color: rgb(224,212,4); }

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

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

 a { background-color: rgb(224,212,4); }

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

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

 span { border-color: rgb(224,212,4); }

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