Html Css Color HEX #E97364 Terra Cotta

📋 copy color: '#E97364'

red 233 ◦ green 115 ◦ blue 100

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

Shades of Terra Cotta #E97364

Tints of Terra Cotta #E97364

RGB

 RED value IS 233 (91.41% from 255) = 52.01%

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 52.01%
G = 25.67%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E97364 (or 0xE97364) is known color: Terra Cotta. HEX triplet: E9, 73 and 64. RGB value is (233,115,100). Sum of RGB (Red+Green+Blue) = 233+115+100=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E97364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97364 is #168C9B. Grayscale: #949494. Windows color (decimal): -1477788 or 6583273. OLE color: 6583273.

HSL color Cylindrical-coordinate representation of color #E97364: hue angle of 6.77º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E97364 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 115 100 -
CMYK 0 0.51 0.57 0.09
HSL 6.77º 0.75% 0.65% -
HSV(B) 6.77º 0.57% 0.91% -
XYZ 42.04 30.51 15.73 -
YUV 148.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 233 115 100 0 0.51 0.57 0.09 6.77 0.75 0.65
Hex E9 73 64 0 33 39 9 7 4B 41
Octal 351 163 144 0 63 71 11 7 113 101
Binary 11101001 1110011 1100100 0 110011 111001 1001 111 1001011 1000001

Color Harmonies of #E97364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97364

Black with #E97364

Text Example


Text Example

White with #E97364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97364; }

 p { color: rgb(233,115,100); }

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

background-color css

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

 a { background-color: rgb(233,115,100); }

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

border-color css

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

 span { border-color: rgb(233,115,100); }

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