Html Css Color HEX #E2C15F Tacha

📋 copy color: '#E2C15F'

red 226 ◦ green 193 ◦ blue 95

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

Shades of Tacha #E2C15F

Tints of Tacha #E2C15F

RGB

 RED value IS 226 (88.67% from 255) = 43.97%

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

 BLUE value IS 95 (37.5% from 255) = 18.48%

R = 43.97%
G = 37.55%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2C15F (or 0xE2C15F) is known color: Tacha. HEX triplet: E2, C1 and 5F. RGB value is (226,193,95). Sum of RGB (Red+Green+Blue) = 226+193+95=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C15F is #1D3EA0. Grayscale: #C0C0C0. Windows color (decimal): -1916577 or 6275554. OLE color: 6275554.

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

Color convert

RGB 226 193 95 -
CMYK 0 0.15 0.58 0.11
HSL 44.89º 0.69% 0.63% -
HSV(B) 44.89º 0.58% 0.89% -
XYZ 52.5 55.13 18.7 -
YUV 191.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 226 193 95 0 0.15 0.58 0.11 44.89 0.69 0.63
Hex E2 C1 5F 0 F 3A B 2D 45 3F
Octal 342 301 137 0 17 72 13 55 105 77
Binary 11100010 11000001 1011111 0 1111 111010 1011 101101 1000101 111111

Color Harmonies of #E2C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C15F

Black with #E2C15F

Text Example


Text Example

White with #E2C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C15F; }

 p { color: rgb(226,193,95); }

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

background-color css

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

 a { background-color: rgb(226,193,95); }

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

border-color css

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

 span { border-color: rgb(226,193,95); }

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