#E49D2F

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

Shades of Buttercup #E49D2F

Tints of Buttercup #E49D2F

Color information

#E49D2F (or 0xE49D2F) is unknown color: approx Buttercup. HEX triplet: E4, 9D and 2F. RGB value is (228,157,47). Sum of RGB (Red+Green+Blue) = 228+157+47=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D2F is #1B62D0. Grayscale: #A6A6A6. Windows color (decimal): -1794769 or 3120612. OLE color: 3120612.

HSL color Cylindrical-coordinate representation of color #E49D2F: hue angle of 36.46º degrees, saturation: 0.77, 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 #E49D2F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22815747-
CMYK00.310.790.11
HSL36.46º77.02%53.92%-
HSV(B)36.46º79.39%89.41%-
XYZ44.5640.818.22-
YUV165.6961.02172.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.78%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 47 (18.75% from 255) = 10.88%
R=52.78%
G=36.34%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281574700.310.790.1136.4677.0253.92
HexE49D2F01F4FB244d36
Octal34423557037117134411566
Binary1110010010011101101111011111100111110111001001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49D2F; }

 p { color: rgb(228,157,47); }

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

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

 a { background-color: rgb(228,157,47); }

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

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

 span { border-color: rgb(228,157,47); }

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