#E1962D

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

Shades of Buttercup #E1962D

Tints of Buttercup #E1962D

Color information

#E1962D (or 0xE1962D) is unknown color: approx Buttercup. HEX triplet: E1, 96 and 2D. RGB value is (225,150,45). Sum of RGB (Red+Green+Blue) = 225+150+45=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1962D is #1E69D2. Grayscale: #A0A0A0. Windows color (decimal): -1993171 or 2987745. OLE color: 2987745.

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

Color convert

RGB22515045-
CMYK00.330.80.12
HSL35º75%52.94%-
HSV(B)35º80%88.24%-
XYZ42.4338.017.58-
YUV160.4562.85174.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=53.57%
G=35.71%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251504500.330.80.12357552.94
HexE1962D02150C234b35
Octal34122655041120144311365
Binary11100001100101101011010100001101000011001000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1962D; }

 p { color: rgb(225,150,45); }

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

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

 a { background-color: rgb(225,150,45); }

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

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

 span { border-color: rgb(225,150,45); }

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