Html Css Color HEX #E1C25D Tacha

📋 copy color: '#E1C25D'

red 225 ◦ green 194 ◦ blue 93

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

Shades of Tacha #E1C25D

Tints of Tacha #E1C25D

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 value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1C25D (or 0xE1C25D) is known color: 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

RGB 225 194 93 -
CMYK 0 0.14 0.59 0.12
HSL 45.91º 0.69% 0.62% -
HSV(B) 45.91º 0.59% 0.88% -
XYZ 52.32 55.38 18.29 -
YUV 191.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 225 194 93 0 0.14 0.59 0.12 45.91 0.69 0.62
Hex E1 C2 5D 0 E 3B C 2E 45 3E
Octal 341 302 135 0 16 73 14 56 105 76
Binary 11100001 11000010 1011101 0 1110 111011 1100 101110 1000101 111110

Color Harmonies of #E1C25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C25D

Black with #E1C25D

Text Example


Text Example

White with #E1C25D

Text Example


Text Example

HTML Codes & Css Web 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>