Html Css Color HEX #EA6E60 Terra Cotta

📋 copy color: '#EA6E60'

red 234 ◦ green 110 ◦ blue 96

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

Shades of Terra Cotta #EA6E60

Tints of Terra Cotta #EA6E60

RGB

 RED value IS 234 (91.8% from 255) = 53.18%

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

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

R = 53.18%
G = 25%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA6E60 (or 0xEA6E60) is known color: Terra Cotta. HEX triplet: EA, 6E and 60. RGB value is (234,110,96). Sum of RGB (Red+Green+Blue) = 234+110+96=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E60 is #15919F. Grayscale: #919191. Windows color (decimal): -1413536 or 6319850. OLE color: 6319850.

HSL color Cylindrical-coordinate representation of color #EA6E60: hue angle of 6.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6E60 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 96 -
CMYK 0 0.53 0.59 0.08
HSL 6.09º 0.77% 0.65% -
HSV(B) 6.09º 0.59% 0.92% -
XYZ 41.62 29.49 14.56 -
YUV 145.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 234 110 96 0 0.53 0.59 0.08 6.09 0.77 0.65
Hex EA 6E 60 0 35 3B 8 6 4D 41
Octal 352 156 140 0 65 73 10 6 115 101
Binary 11101010 1101110 1100000 0 110101 111011 1000 110 1001101 1000001

Color Harmonies of #EA6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E60

Black with #EA6E60

Text Example


Text Example

White with #EA6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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