#E1B70F

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

Shades of Sunflower #E1B70F

Tints of Sunflower #E1B70F

Color information

#E1B70F (or 0xE1B70F) is unknown color: approx Sunflower. HEX triplet: E1, B7 and 0F. RGB value is (225,183,15). Sum of RGB (Red+Green+Blue) = 225+183+15=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B70F is #1E48F0. Grayscale: #B1B1B1. Windows color (decimal): -1984753 or 1030113. OLE color: 1030113.

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

Color convert

RGB22518315-
CMYK00.190.930.12
HSL48º87.5%47.06%-
HSV(B)48º93.33%88.24%-
XYZ48.0749.917.55-
YUV176.4136.91162.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=53.19%
G=43.26%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251831500.190.930.124887.547.06
HexE1B7F0135DC30582f
Octal34126717023135146013057
Binary11100001101101111111010011101110111001100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B70F; }

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

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

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

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

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

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

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

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