#E5972F

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

Shades of Buttercup #E5972F

Tints of Buttercup #E5972F

Color information

#E5972F (or 0xE5972F) is unknown color: approx Buttercup. HEX triplet: E5, 97 and 2F. RGB value is (229,151,47). Sum of RGB (Red+Green+Blue) = 229+151+47=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5972F is #1A68D0. Grayscale: #A2A2A2. Windows color (decimal): -1730769 or 3119077. OLE color: 3119077.

HSL color Cylindrical-coordinate representation of color #E5972F: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5972F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22915147-
CMYK00.340.790.10
HSL34.29º77.78%54.12%-
HSV(B)34.29º79.48%89.8%-
XYZ43.89397.9-
YUV162.4762.84175.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 47 (18.75% from 255) = 11.01%
R=53.63%
G=35.36%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291514700.340.790.1034.2977.7854.12
HexE5972F0224FA224e36
Octal34522757042117124211666
Binary11100101100101111011110100010100111110101000101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5972F; }

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

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

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

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

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

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

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

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