Html Css Color HEX #E06C61 Terra Cotta

📋 copy color: '#E06C61'

red 224 ◦ green 108 ◦ blue 97

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

Shades of Terra Cotta #E06C61

Tints of Terra Cotta #E06C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 52.21%
G = 25.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E06C61 (or 0xE06C61) is known color: Terra Cotta. HEX triplet: E0, 6C and 61. RGB value is (224,108,97). Sum of RGB (Red+Green+Blue) = 224+108+97=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C61 is #1F939E. Grayscale: #8D8D8D. Windows color (decimal): -2069407 or 6384864. OLE color: 6384864.

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

Color convert

RGB 224 108 97 -
CMYK 0 0.52 0.57 0.12
HSL 5.2º 0.67% 0.63% -
HSV(B) 5.2º 0.57% 0.88% -
XYZ 38.26 27.44 14.59 -
YUV 141.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 224 108 97 0 0.52 0.57 0.12 5.2 0.67 0.63
Hex E0 6C 61 0 34 39 C 5 43 3F
Octal 340 154 141 0 64 71 14 5 103 77
Binary 11100000 1101100 1100001 0 110100 111001 1100 101 1000011 111111

Color Harmonies of #E06C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C61

Black with #E06C61

Text Example


Text Example

White with #E06C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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