Html Css Color HEX #E27764 Terra Cotta

📋 copy color: '#E27764'

red 226 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #E27764

Tints of Terra Cotta #E27764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 50.79%
G = 26.74%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E27764 (or 0xE27764) is known color: Terra Cotta. HEX triplet: E2, 77 and 64. RGB value is (226,119,100). Sum of RGB (Red+Green+Blue) = 226+119+100=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E27764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27764 is #1D889B. Grayscale: #959595. Windows color (decimal): -1935516 or 6584290. OLE color: 6584290.

HSL color Cylindrical-coordinate representation of color #E27764: hue angle of 9.05º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E27764 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 119 100 -
CMYK 0 0.47 0.56 0.11
HSL 9.05º 0.68% 0.64% -
HSV(B) 9.05º 0.56% 0.89% -
XYZ 40.26 30.28 15.78 -
YUV 148.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 226 119 100 0 0.47 0.56 0.11 9.05 0.68 0.64
Hex E2 77 64 0 2F 38 B 9 44 40
Octal 342 167 144 0 57 70 13 11 104 100
Binary 11100010 1110111 1100100 0 101111 111000 1011 1001 1000100 1000000

Color Harmonies of #E27764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27764

Black with #E27764

Text Example


Text Example

White with #E27764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27764; }

 p { color: rgb(226,119,100); }

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

background-color css

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

 a { background-color: rgb(226,119,100); }

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

border-color css

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

 span { border-color: rgb(226,119,100); }

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