Html Css Color HEX #E2795D Terra Cotta

📋 copy color: '#E2795D'

red 226 ◦ green 121 ◦ blue 93

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

Shades of Terra Cotta #E2795D

Tints of Terra Cotta #E2795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 51.36%
G = 27.5%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2795D (or 0xE2795D) is known color: Terra Cotta. HEX triplet: E2, 79 and 5D. RGB value is (226,121,93). Sum of RGB (Red+Green+Blue) = 226+121+93=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2795D is #1D86A2. Grayscale: #959595. Windows color (decimal): -1935011 or 6126050. OLE color: 6126050.

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

Color convert

RGB 226 121 93 -
CMYK 0 0.46 0.59 0.11
HSL 12.63º 0.7% 0.63% -
HSV(B) 12.63º 0.59% 0.89% -
XYZ 40.18 30.63 14.15 -
YUV 149.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 226 121 93 0 0.46 0.59 0.11 12.63 0.7 0.63
Hex E2 79 5D 0 2E 3B B D 46 3F
Octal 342 171 135 0 56 73 13 15 106 77
Binary 11100010 1111001 1011101 0 101110 111011 1011 1101 1000110 111111

Color Harmonies of #E2795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2795D

Black with #E2795D

Text Example


Text Example

White with #E2795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2795D; }

 p { color: rgb(226,121,93); }

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

background-color css

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

 a { background-color: rgb(226,121,93); }

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

border-color css

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

 span { border-color: rgb(226,121,93); }

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