#E1C25D

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

Shades of Tacha #E1C25D

Tints of Tacha #E1C25D

Color information

#E1C25D (or 0xE1C25D) is unknown color: approx Tacha. HEX triplet: E1, C2 and 5D. RGB value is (225,194,93). Sum of RGB (Red+Green+Blue) = 225+194+93=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C25D is #1E3DA2. Grayscale: #C0C0C0. Windows color (decimal): -1981859 or 6144737. OLE color: 6144737.

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

Color convert

RGB22519493-
CMYK00.140.590.12
HSL45.91º68.75%62.35%-
HSV(B)45.91º58.67%88.24%-
XYZ52.3255.3818.29-
YUV191.7672.27151.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=43.95%
G=37.89%
B=18.16%

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
Decimal2251949300.140.590.1245.9168.7562.35
HexE1C25D0E3BC2e453e
Octal34130213501673145610576
Binary111000011100001010111010111011101111001011101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C25D; }

 p { color: rgb(225,194,93); }

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

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

 a { background-color: rgb(225,194,93); }

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

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

 span { border-color: rgb(225,194,93); }

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