Html Css Color HEX #EA6F61 Terra Cotta

📋 copy color: '#EA6F61'

red 234 ◦ green 111 ◦ blue 97

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

Shades of Terra Cotta #EA6F61

Tints of Terra Cotta #EA6F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

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

R = 52.94%
G = 25.11%
B = 21.95%

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

#EA6F61 (or 0xEA6F61) is known color: Terra Cotta. HEX triplet: EA, 6F and 61. RGB value is (234,111,97). Sum of RGB (Red+Green+Blue) = 234+111+97=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F61 is #15909E. Grayscale: #929292. Windows color (decimal): -1413279 or 6385642. OLE color: 6385642.

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

Color convert

RGB 234 111 97 -
CMYK 0 0.53 0.59 0.08
HSL 6.13º 0.77% 0.65% -
HSV(B) 6.13º 0.59% 0.92% -
XYZ 41.77 29.72 14.84 -
YUV 146.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 234 111 97 0 0.53 0.59 0.08 6.13 0.77 0.65
Hex EA 6F 61 0 35 3B 8 6 4D 41
Octal 352 157 141 0 65 73 10 6 115 101
Binary 11101010 1101111 1100001 0 110101 111011 1000 110 1001101 1000001

Color Harmonies of #EA6F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F61

Black with #EA6F61

Text Example


Text Example

White with #EA6F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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