Html Css Color HEX #E1C25E Tacha

📋 copy color: '#E1C25E'

red 225 ◦ green 194 ◦ blue 94

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

Shades of Tacha #E1C25E

Tints of Tacha #E1C25E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 94 (37.11% from 255) = 18.32%

R = 43.86%
G = 37.82%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1C25E (or 0xE1C25E) is known color: Tacha. HEX triplet: E1, C2 and 5E. RGB value is (225,194,94). Sum of RGB (Red+Green+Blue) = 225+194+94=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C25E is #1E3DA1. Grayscale: #C0C0C0. Windows color (decimal): -1981858 or 6210273. OLE color: 6210273.

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

Color convert

RGB 225 194 94 -
CMYK 0 0.14 0.58 0.12
HSL 45.8º 0.69% 0.63% -
HSV(B) 45.8º 0.58% 0.88% -
XYZ 52.36 55.4 18.52 -
YUV 191.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 225 194 94 0 0.14 0.58 0.12 45.8 0.69 0.63
Hex E1 C2 5E 0 E 3A C 2E 45 3F
Octal 341 302 136 0 16 72 14 56 105 77
Binary 11100001 11000010 1011110 0 1110 111010 1100 101110 1000101 111111

Color Harmonies of #E1C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C25E

Black with #E1C25E

Text Example


Text Example

White with #E1C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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