#E1972E

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

Shades of Buttercup #E1972E

Tints of Buttercup #E1972E

Color information

#E1972E (or 0xE1972E) is unknown color: approx Buttercup. HEX triplet: E1, 97 and 2E. RGB value is (225,151,46). Sum of RGB (Red+Green+Blue) = 225+151+46=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1972E is #1E68D1. Grayscale: #A1A1A1. Windows color (decimal): -1992914 or 3053537. OLE color: 3053537.

HSL color Cylindrical-coordinate representation of color #E1972E: hue angle of 35.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1972E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22515146-
CMYK00.330.800.12
HSL35.2º74.9%53.14%-
HSV(B)35.2º79.56%88.24%-
XYZ42.6138.347.74-
YUV161.1663.02173.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 46 (18.36% from 255) = 10.90%
R=53.32%
G=35.78%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251514600.330.800.1235.274.953.14
HexE1972E02150C234b35
Octal34122756041120144311365
Binary11100001100101111011100100001101000011001000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1972E; }

 p { color: rgb(225,151,46); }

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

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

 a { background-color: rgb(225,151,46); }

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

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

 span { border-color: rgb(225,151,46); }

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