#e0971e

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

Shades of Buttercup #E0971E

Tints of Buttercup #E0971E

Color information

#E0971E (or 0xE0971E) is unknown color: approx Buttercup. HEX triplet: E0, 97 and 1E. RGB value is (224,151,30). Sum of RGB (Red+Green+Blue) = 224+151+30=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0971E is #1F68E1. Grayscale: #9F9F9F. Windows color (decimal): -2058466 or 2004960. OLE color: 2004960.

HSL color Cylindrical-coordinate representation of color #E0971E: hue angle of 37.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0971E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22415130-
CMYK00.330.870.12
HSL37.42º76.38%49.8%-
HSV(B)37.42º86.61%87.84%-
XYZ42.0438.076.36-
YUV159.0355.18174.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=55.31%
G=37.28%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241513000.330.870.1237.4276.3849.8
HexE0971E02157C254c32
Octal34022736041127144511462
Binary1110000010010111111100100001101011111001001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0971e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0971e; }

 p { color: rgb(224,151,30); }

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

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

 a { background-color: rgb(224,151,30); }

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

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

 span { border-color: rgb(224,151,30); }

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