#E1C21F

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

Shades of Sunflower #E1C21F

Tints of Sunflower #E1C21F

Color information

#E1C21F (or 0xE1C21F) is unknown color: approx Sunflower. HEX triplet: E1, C2 and 1F. RGB value is (225,194,31). Sum of RGB (Red+Green+Blue) = 225+194+31=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C21F is #1E3DE0. Grayscale: #B9B9B9. Windows color (decimal): -1981921 or 2081505. OLE color: 2081505.

HSL color Cylindrical-coordinate representation of color #E1C21F: hue angle of 50.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1C21F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22519431-
CMYK00.140.860.12
HSL50.41º76.38%50.2%-
HSV(B)50.41º86.22%88.24%-
XYZ50.5954.699.19-
YUV184.6941.27156.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 31 (12.5% from 255) = 6.89%
R=50%
G=43.11%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251943100.140.860.1250.4176.3850.2
HexE1C21F0E56C324c32
Octal34130237016126146211462
Binary11100001110000101111101110101011011001100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C21F; }

 p { color: rgb(225,194,31); }

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

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

 a { background-color: rgb(225,194,31); }

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

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

 span { border-color: rgb(225,194,31); }

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