#E1B310

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

Shades of Sunflower #E1B310

Tints of Sunflower #E1B310

Color information

#E1B310 (or 0xE1B310) is unknown color: approx Sunflower. HEX triplet: E1, B3 and 10. RGB value is (225,179,16). Sum of RGB (Red+Green+Blue) = 225+179+16=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B310 is #1E4CEF. Grayscale: #AEAEAE. Windows color (decimal): -1985776 or 1094625. OLE color: 1094625.

HSL color Cylindrical-coordinate representation of color #E1B310: hue angle of 46.79º degrees, saturation: 0.87, 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 #E1B310 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22517916-
CMYK00.200.930.12
HSL46.79º86.72%47.25%-
HSV(B)46.79º92.89%88.24%-
XYZ47.2648.297.32-
YUV174.1738.74164.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 16 (6.64% from 255) = 3.81%
R=53.57%
G=42.62%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251791600.200.930.1246.7986.7247.25
HexE1B3100145DC2f572f
Octal34126320024135145712757
Binary111000011011001110000010100101110111001011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B310; }

 p { color: rgb(225,179,16); }

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

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

 a { background-color: rgb(225,179,16); }

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

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

 span { border-color: rgb(225,179,16); }

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