Html Css Color HEX #EA6E61 Terra Cotta

📋 copy color: '#EA6E61'

red 234 ◦ green 110 ◦ blue 97

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

Shades of Terra Cotta #EA6E61

Tints of Terra Cotta #EA6E61

RGB

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

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

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

R = 53.06%
G = 24.94%
B = 22%

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

#EA6E61 (or 0xEA6E61) is known color: Terra Cotta. HEX triplet: EA, 6E and 61. RGB value is (234,110,97). Sum of RGB (Red+Green+Blue) = 234+110+97=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E61 is #15919E. Grayscale: #919191. Windows color (decimal): -1413535 or 6385386. OLE color: 6385386.

HSL color Cylindrical-coordinate representation of color #EA6E61: hue angle of 5.69º 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 #EA6E61 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 97 -
CMYK 0 0.53 0.59 0.08
HSL 5.69º 0.77% 0.65% -
HSV(B) 5.69º 0.59% 0.92% -
XYZ 41.67 29.51 14.81 -
YUV 145.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 234 110 97 0 0.53 0.59 0.08 5.69 0.77 0.65
Hex EA 6E 61 0 35 3B 8 6 4D 41
Octal 352 156 141 0 65 73 10 6 115 101
Binary 11101010 1101110 1100001 0 110101 111011 1000 110 1001101 1000001

Color Harmonies of #EA6E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E61

Black with #EA6E61

Text Example


Text Example

White with #EA6E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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