Html Css Color HEX #E2765C Terra Cotta

📋 copy color: '#E2765C'

red 226 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #E2765C

Tints of Terra Cotta #E2765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 92 (36.33% from 255) = 21.1%

R = 51.83%
G = 27.06%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2765C (or 0xE2765C) is known color: Terra Cotta. HEX triplet: E2, 76 and 5C. RGB value is (226,118,92). Sum of RGB (Red+Green+Blue) = 226+118+92=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2765C is #1D89A3. Grayscale: #939393. Windows color (decimal): -1935780 or 6059746. OLE color: 6059746.

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

Color convert

RGB 226 118 92 -
CMYK 0 0.48 0.59 0.11
HSL 11.64º 0.7% 0.62% -
HSV(B) 11.64º 0.59% 0.89% -
XYZ 39.77 29.9 13.8 -
YUV 147.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 226 118 92 0 0.48 0.59 0.11 11.64 0.7 0.62
Hex E2 76 5C 0 30 3B B C 46 3E
Octal 342 166 134 0 60 73 13 14 106 76
Binary 11100010 1110110 1011100 0 110000 111011 1011 1100 1000110 111110

Color Harmonies of #E2765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2765C

Black with #E2765C

Text Example


Text Example

White with #E2765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2765C; }

 p { color: rgb(226,118,92); }

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

background-color css

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

 a { background-color: rgb(226,118,92); }

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

border-color css

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

 span { border-color: rgb(226,118,92); }

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