#E49B2C

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

Shades of Buttercup #E49B2C

Tints of Buttercup #E49B2C

Color information

#E49B2C (or 0xE49B2C) is unknown color: approx Buttercup. HEX triplet: E4, 9B and 2C. RGB value is (228,155,44). Sum of RGB (Red+Green+Blue) = 228+155+44=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49B2C is #1B64D3. Grayscale: #A4A4A4. Windows color (decimal): -1795284 or 2923492. OLE color: 2923492.

HSL color Cylindrical-coordinate representation of color #E49B2C: hue angle of 36.2º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E49B2C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22815544-
CMYK00.320.810.11
HSL36.2º77.31%53.33%-
HSV(B)36.2º80.7%89.41%-
XYZ44.1740.127.8-
YUV164.1760.18173.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.40%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 44 (17.58% from 255) = 10.30%
R=53.40%
G=36.30%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281554400.320.810.1136.277.3153.33
HexE49B2C02051B244d35
Octal34423354040121134411565
Binary11100100100110111011000100000101000110111001001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49B2C; }

 p { color: rgb(228,155,44); }

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

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

 a { background-color: rgb(228,155,44); }

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

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

 span { border-color: rgb(228,155,44); }

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