Html Css Color HEX #E06E60 Terra Cotta

📋 copy color: '#E06E60'

red 224 ◦ green 110 ◦ blue 96

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

Shades of Terra Cotta #E06E60

Tints of Terra Cotta #E06E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 52.09%
G = 25.58%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E06E60 (or 0xE06E60) is known color: Terra Cotta. HEX triplet: E0, 6E and 60. RGB value is (224,110,96). Sum of RGB (Red+Green+Blue) = 224+110+96=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E60 is #1F919F. Grayscale: #8E8E8E. Windows color (decimal): -2068896 or 6319840. OLE color: 6319840.

HSL color Cylindrical-coordinate representation of color #E06E60: hue angle of 6.56º 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 #E06E60 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 96 -
CMYK 0 0.51 0.57 0.12
HSL 6.56º 0.67% 0.63% -
HSV(B) 6.56º 0.57% 0.88% -
XYZ 38.43 27.84 14.42 -
YUV 142.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 224 110 96 0 0.51 0.57 0.12 6.56 0.67 0.63
Hex E0 6E 60 0 33 39 C 7 43 3F
Octal 340 156 140 0 63 71 14 7 103 77
Binary 11100000 1101110 1100000 0 110011 111001 1100 111 1000011 111111

Color Harmonies of #E06E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E60

Black with #E06E60

Text Example


Text Example

White with #E06E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E60; }

 p { color: rgb(224,110,96); }

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

background-color css

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

 a { background-color: rgb(224,110,96); }

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

border-color css

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

 span { border-color: rgb(224,110,96); }

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