#e19a2a

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

Shades of Buttercup #E19A2A

Tints of Buttercup #E19A2A

Color information

#E19A2A (or 0xE19A2A) is unknown color: approx Buttercup. HEX triplet: E1, 9A and 2A. RGB value is (225,154,42). Sum of RGB (Red+Green+Blue) = 225+154+42=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19A2A is #1E65D5. Grayscale: #A2A2A2. Windows color (decimal): -1992150 or 2792161. OLE color: 2792161.

HSL color Cylindrical-coordinate representation of color #E19A2A: hue angle of 36.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E19A2A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22515442-
CMYK00.320.810.12
HSL36.72º75.31%52.35%-
HSV(B)36.72º81.33%88.24%-
XYZ43.0239.297.51-
YUV162.4660.02172.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 42 (16.80% from 255) = 9.98%
R=53.44%
G=36.58%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251544200.320.810.1236.7275.3152.35
HexE19A2A02051C254b34
Octal34123252040121144511364
Binary11100001100110101010100100000101000111001001011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e19a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e19a2a; }

 p { color: rgb(225,154,42); }

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

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

 a { background-color: rgb(225,154,42); }

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

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

 span { border-color: rgb(225,154,42); }

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