Html Css Color HEX #E06C64 Terra Cotta

📋 copy color: '#E06C64'

red 224 ◦ green 108 ◦ blue 100

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

Shades of Terra Cotta #E06C64

Tints of Terra Cotta #E06C64

RGB

 RED value IS 224 (87.89% from 255) = 51.85%

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 51.85%
G = 25%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E06C64 (or 0xE06C64) is known color: Terra Cotta. HEX triplet: E0, 6C and 64. RGB value is (224,108,100). Sum of RGB (Red+Green+Blue) = 224+108+100=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C64 is #1F939B. Grayscale: #8D8D8D. Windows color (decimal): -2069404 or 6581472. OLE color: 6581472.

HSL color Cylindrical-coordinate representation of color #E06C64: hue angle of 3.87º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06C64 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 100 -
CMYK 0 0.52 0.55 0.12
HSL 3.87º 0.67% 0.64% -
HSV(B) 3.87º 0.55% 0.88% -
XYZ 38.4 27.49 15.34 -
YUV 141.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 224 108 100 0 0.52 0.55 0.12 3.87 0.67 0.64
Hex E0 6C 64 0 34 37 C 4 43 40
Octal 340 154 144 0 64 67 14 4 103 100
Binary 11100000 1101100 1100100 0 110100 110111 1100 100 1000011 1000000

Color Harmonies of #E06C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C64

Black with #E06C64

Text Example


Text Example

White with #E06C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C64; }

 p { color: rgb(224,108,100); }

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

background-color css

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

 a { background-color: rgb(224,108,100); }

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

border-color css

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

 span { border-color: rgb(224,108,100); }

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