Html Css Color HEX #EA6F60 Terra Cotta

📋 copy color: '#EA6F60'

red 234 ◦ green 111 ◦ blue 96

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

Shades of Terra Cotta #EA6F60

Tints of Terra Cotta #EA6F60

RGB

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

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

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

R = 53.06%
G = 25.17%
B = 21.77%

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

#EA6F60 (or 0xEA6F60) is known color: Terra Cotta. HEX triplet: EA, 6F and 60. RGB value is (234,111,96). Sum of RGB (Red+Green+Blue) = 234+111+96=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F60 is #15909F. Grayscale: #929292. Windows color (decimal): -1413280 or 6320106. OLE color: 6320106.

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

Color convert

RGB 234 111 96 -
CMYK 0 0.53 0.59 0.08
HSL 6.52º 0.77% 0.65% -
HSV(B) 6.52º 0.59% 0.92% -
XYZ 41.73 29.71 14.6 -
YUV 146.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 234 111 96 0 0.53 0.59 0.08 6.52 0.77 0.65
Hex EA 6F 60 0 35 3B 8 7 4D 41
Octal 352 157 140 0 65 73 10 7 115 101
Binary 11101010 1101111 1100000 0 110101 111011 1000 111 1001101 1000001

Color Harmonies of #EA6F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F60

Black with #EA6F60

Text Example


Text Example

White with #EA6F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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