#E0C45D

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

Shades of Tacha #E0C45D

Tints of Tacha #E0C45D

Color information

#E0C45D (or 0xE0C45D) is unknown color: approx Tacha. HEX triplet: E0, C4 and 5D. RGB value is (224,196,93). Sum of RGB (Red+Green+Blue) = 224+196+93=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C45D is #1F3BA2. Grayscale: #C1C1C1. Windows color (decimal): -2046883 or 6145248. OLE color: 6145248.

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

Color convert

RGB22419693-
CMYK00.120.580.12
HSL47.18º67.88%62.16%-
HSV(B)47.18º58.48%87.84%-
XYZ52.4656.1218.42-
YUV192.6371.78150.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=43.66%
G=38.21%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241969300.120.580.1247.1867.8862.16
HexE0C45D0C3AC2f443e
Octal34030413501472145710476
Binary111000001100010010111010110011101011001011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C45D; }

 p { color: rgb(224,196,93); }

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

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

 a { background-color: rgb(224,196,93); }

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

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

 span { border-color: rgb(224,196,93); }

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