#E1C05F

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

Shades of Tacha #E1C05F

Tints of Tacha #E1C05F

Color information

#E1C05F (or 0xE1C05F) is unknown color: approx Tacha. HEX triplet: E1, C0 and 5F. RGB value is (225,192,95). Sum of RGB (Red+Green+Blue) = 225+192+95=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C05F is #1E3FA0. Grayscale: #BFBFBF. Windows color (decimal): -1982369 or 6275297. OLE color: 6275297.

HSL color Cylindrical-coordinate representation of color #E1C05F: hue angle of 44.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1C05F is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22519295-
CMYK00.150.580.12
HSL44.77º68.42%62.75%-
HSV(B)44.77º57.78%88.24%-
XYZ51.9754.5318.61-
YUV190.8173.93152.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=43.95%
G=37.5%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251929500.150.580.1244.7768.4262.75
HexE1C05F0F3AC2d443f
Octal34130013701772145510477
Binary111000011100000010111110111111101011001011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C05F; }

 p { color: rgb(225,192,95); }

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

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

 a { background-color: rgb(225,192,95); }

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

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

 span { border-color: rgb(225,192,95); }

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