#E18D2C

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

Shades of Buttercup #E18D2C

Tints of Buttercup #E18D2C

Color information

#E18D2C (or 0xE18D2C) is unknown color: approx Buttercup. HEX triplet: E1, 8D and 2C. RGB value is (225,141,44). Sum of RGB (Red+Green+Blue) = 225+141+44=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D2C is #1E72D3. Grayscale: #9B9B9B. Windows color (decimal): -1995476 or 2919905. OLE color: 2919905.

HSL color Cylindrical-coordinate representation of color #E18D2C: hue angle of 32.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E18D2C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22514144-
CMYK00.370.800.12
HSL32.15º75.1%52.75%-
HSV(B)32.15º80.44%88.24%-
XYZ41.0335.247.02-
YUV155.0665.33177.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 44 (17.58% from 255) = 10.73%
R=54.88%
G=34.39%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251414400.370.800.1232.1575.152.75
HexE18D2C02550C204b35
Octal34121554045120144011365
Binary11100001100011011011000100101101000011001000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D2C; }

 p { color: rgb(225,141,44); }

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

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

 a { background-color: rgb(225,141,44); }

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

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

 span { border-color: rgb(225,141,44); }

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