#E5C20D

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

Shades of Sunflower #E5C20D

Tints of Sunflower #E5C20D

Color information

#E5C20D (or 0xE5C20D) is unknown color: approx Sunflower. HEX triplet: E5, C2 and 0D. RGB value is (229,194,13). Sum of RGB (Red+Green+Blue) = 229+194+13=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C20D is #1A3DF2. Grayscale: #B8B8B8. Windows color (decimal): -1719795 or 901861. OLE color: 901861.

HSL color Cylindrical-coordinate representation of color #E5C20D: hue angle of 50.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5C20D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB22919413-
CMYK00.150.940.10
HSL50.28º89.26%47.45%-
HSV(B)50.28º94.32%89.8%-
XYZ51.6855.278.33-
YUV183.8331.6160.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.52%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 13 (5.47% from 255) = 2.98%
R=52.52%
G=44.50%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291941300.150.940.1050.2889.2647.45
HexE5C2D0F5EA32592f
Octal34530215017136126213157
Binary1110010111000010110101111101111010101100101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C20D; }

 p { color: rgb(229,194,13); }

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

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

 a { background-color: rgb(229,194,13); }

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

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

 span { border-color: rgb(229,194,13); }

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