#E2972F

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

Shades of Buttercup #E2972F

Tints of Buttercup #E2972F

Color information

#E2972F (or 0xE2972F) is unknown color: approx Buttercup. HEX triplet: E2, 97 and 2F. RGB value is (226,151,47). Sum of RGB (Red+Green+Blue) = 226+151+47=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2972F is #1D68D0. Grayscale: #A2A2A2. Windows color (decimal): -1927377 or 3119074. OLE color: 3119074.

HSL color Cylindrical-coordinate representation of color #E2972F: hue angle of 34.86º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2972F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22615147-
CMYK00.330.790.11
HSL34.86º75.53%53.53%-
HSV(B)34.86º79.2%88.63%-
XYZ42.9438.517.86-
YUV161.5763.35173.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.30%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 47 (18.75% from 255) = 11.08%
R=53.30%
G=35.61%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261514700.330.790.1134.8675.5353.53
HexE2972F0214FB234c36
Octal34222757041117134311466
Binary11100010100101111011110100001100111110111000111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2972F; }

 p { color: rgb(226,151,47); }

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

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

 a { background-color: rgb(226,151,47); }

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

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

 span { border-color: rgb(226,151,47); }

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