#e18d2d

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

Shades of Buttercup #E18D2D

Tints of Buttercup #E18D2D

Color information

#E18D2D (or 0xE18D2D) is unknown color: approx Buttercup. HEX triplet: E1, 8D and 2D. RGB value is (225,141,45). Sum of RGB (Red+Green+Blue) = 225+141+45=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D2D is #1E72D2. Grayscale: #9B9B9B. Windows color (decimal): -1995475 or 2985441. OLE color: 2985441.

HSL color Cylindrical-coordinate representation of color #E18D2D: hue angle of 32º 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 #E18D2D is Cyan = 0, Magento = 0.37, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB22514145-
CMYK00.370.80.12
HSL32º75%52.94%-
HSV(B)32º80%88.24%-
XYZ41.0535.257.12-
YUV155.1765.83177.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 45 (17.97% from 255) = 10.95%
R=54.74%
G=34.31%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251414500.370.80.12327552.94
HexE18D2D02550C204b35
Octal34121555045120144011365
Binary11100001100011011011010100101101000011001000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18d2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18d2d; }

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

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

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

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

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

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

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

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