#E1C31E

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

Shades of Sunflower #E1C31E

Tints of Sunflower #E1C31E

Color information

#E1C31E (or 0xE1C31E) is unknown color: approx Sunflower. HEX triplet: E1, C3 and 1E. RGB value is (225,195,30). Sum of RGB (Red+Green+Blue) = 225+195+30=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C31E is #1E3CE1. Grayscale: #B9B9B9. Windows color (decimal): -1981666 or 2016225. OLE color: 2016225.

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

Color convert

RGB22519530-
CMYK00.130.870.12
HSL50.77º76.47%50%-
HSV(B)50.77º86.67%88.24%-
XYZ50.855.139.19-
YUV185.1640.44156.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 30 (12.11% from 255) = 6.67%
R=50%
G=43.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251953000.130.870.1250.7776.4750
HexE1C31E0D57C334c32
Octal34130336015127146311462
Binary11100001110000111111001101101011111001100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C31E; }

 p { color: rgb(225,195,30); }

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

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

 a { background-color: rgb(225,195,30); }

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

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

 span { border-color: rgb(225,195,30); }

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