Html Css Color HEX #E1C160 Tacha

📋 copy color: '#E1C160'

red 225 ◦ green 193 ◦ blue 96

#E1C160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #E1C160

Tints of Tacha #E1C160

RGB

 RED value IS 225 (88.28% from 255) = 43.77%

 GREEN value IS 193 (75.78% from 255) = 37.55%

 BLUE value IS 96 (37.89% from 255) = 18.68%

R = 43.77%
G = 37.55%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1C160 (or 0xE1C160) is known color: Tacha. HEX triplet: E1, C1 and 60. RGB value is (225,193,96). Sum of RGB (Red+Green+Blue) = 225+193+96=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C160 is #1E3E9F. Grayscale: #BFBFBF. Windows color (decimal): -1982112 or 6341089. OLE color: 6341089.

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

Color convert

RGB 225 193 96 -
CMYK 0 0.14 0.57 0.12
HSL 45.12º 0.68% 0.63% -
HSV(B) 45.12º 0.57% 0.88% -
XYZ 52.23 54.99 18.93 -
YUV 191.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 225 193 96 0 0.14 0.57 0.12 45.12 0.68 0.63
Hex E1 C1 60 0 E 39 C 2D 44 3F
Octal 341 301 140 0 16 71 14 55 104 77
Binary 11100001 11000001 1100000 0 1110 111001 1100 101101 1000100 111111

Color Harmonies of #E1C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C160

Black with #E1C160

Text Example


Text Example

White with #E1C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C160; }

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

 H1.HeaderClassName
 {
   color: #E1C160;
 }
 .AnyTagClassName
 {
   color: #E1C160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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