#E38C2C

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

Shades of Buttercup #E38C2C

Tints of Buttercup #E38C2C

Color information

#E38C2C (or 0xE38C2C) is unknown color: approx Buttercup. HEX triplet: E3, 8C and 2C. RGB value is (227,140,44). Sum of RGB (Red+Green+Blue) = 227+140+44=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38C2C is #1C73D3. Grayscale: #9B9B9B. Windows color (decimal): -1864660 or 2919651. OLE color: 2919651.

HSL color Cylindrical-coordinate representation of color #E38C2C: hue angle of 31.48º 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 #E38C2C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22714044-
CMYK00.380.810.11
HSL31.48º76.57%53.14%-
HSV(B)31.48º80.62%89.02%-
XYZ41.5135.277-
YUV155.0765.32179.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.23%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 44 (17.58% from 255) = 10.71%
R=55.23%
G=34.06%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271404400.380.810.1131.4876.5753.14
HexE38C2C02651B1f4d35
Octal34321454046121133711565
Binary1110001110001100101100010011010100011011111111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38C2C; }

 p { color: rgb(227,140,44); }

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

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

 a { background-color: rgb(227,140,44); }

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

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

 span { border-color: rgb(227,140,44); }

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