#E1B90F

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

Shades of Sunflower #E1B90F

Tints of Sunflower #E1B90F

Color information

#E1B90F (or 0xE1B90F) is unknown color: approx Sunflower. HEX triplet: E1, B9 and 0F. RGB value is (225,185,15). Sum of RGB (Red+Green+Blue) = 225+185+15=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B90F is #1E46F0. Grayscale: #B2B2B2. Windows color (decimal): -1984241 or 1030625. OLE color: 1030625.

HSL color Cylindrical-coordinate representation of color #E1B90F: hue angle of 48.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1B90F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22518515-
CMYK00.180.930.12
HSL48.57º87.5%47.06%-
HSV(B)48.57º93.33%88.24%-
XYZ48.4950.747.69-
YUV177.5836.25161.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 15 (6.25% from 255) = 3.53%
R=52.94%
G=43.53%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251851500.180.930.1248.5787.547.06
HexE1B9F0125DC31582f
Octal34127117022135146113057
Binary11100001101110011111010010101110111001100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B90F; }

 p { color: rgb(225,185,15); }

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

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

 a { background-color: rgb(225,185,15); }

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

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

 span { border-color: rgb(225,185,15); }

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