#E1C15C

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

Shades of Tacha #E1C15C

Tints of Tacha #E1C15C

Color information

#E1C15C (or 0xE1C15C) is unknown color: approx Tacha. HEX triplet: E1, C1 and 5C. RGB value is (225,193,92). Sum of RGB (Red+Green+Blue) = 225+193+92=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C15C is #1E3EA3. Grayscale: #BFBFBF. Windows color (decimal): -1982116 or 6078945. OLE color: 6078945.

HSL color Cylindrical-coordinate representation of color #E1C15C: hue angle of 45.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1C15C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22519392-
CMYK00.140.590.12
HSL45.56º68.91%62.16%-
HSV(B)45.56º59.11%88.24%-
XYZ52.0554.9217.98-
YUV191.0572.1152.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=44.12%
G=37.84%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251939200.140.590.1245.5668.9162.16
HexE1C15C0E3BC2e453e
Octal34130113401673145610576
Binary111000011100000110111000111011101111001011101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C15C; }

 p { color: rgb(225,193,92); }

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

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

 a { background-color: rgb(225,193,92); }

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

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

 span { border-color: rgb(225,193,92); }

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