Html Css Color HEX #E1C05D Tacha

📋 copy color: '#E1C05D'

red 225 ◦ green 192 ◦ blue 93

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

Shades of Tacha #E1C05D

Tints of Tacha #E1C05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 44.12%
G = 37.65%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1C05D (or 0xE1C05D) is known color: Tacha. HEX triplet: E1, C0 and 5D. RGB value is (225,192,93). Sum of RGB (Red+Green+Blue) = 225+192+93=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C05D is #1E3FA2. Grayscale: #BFBFBF. Windows color (decimal): -1982371 or 6144225. OLE color: 6144225.

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

Color convert

RGB 225 192 93 -
CMYK 0 0.15 0.59 0.12
HSL 45º 0.69% 0.62% -
HSV(B) 45º 0.59% 0.88% -
XYZ 51.88 54.5 18.14 -
YUV 190.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 225 192 93 0 0.15 0.59 0.12 45 0.69 0.62
Hex E1 C0 5D 0 F 3B C 2D 45 3E
Octal 341 300 135 0 17 73 14 55 105 76
Binary 11100001 11000000 1011101 0 1111 111011 1100 101101 1000101 111110

Color Harmonies of #E1C05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C05D

Black with #E1C05D

Text Example


Text Example

White with #E1C05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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