Html Css Color HEX #EA6D60 Terra Cotta

📋 copy color: '#EA6D60'

red 234 ◦ green 109 ◦ blue 96

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

Shades of Terra Cotta #EA6D60

Tints of Terra Cotta #EA6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 53.3%
G = 24.83%
B = 21.87%

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

#EA6D60 (or 0xEA6D60) is known color: Terra Cotta. HEX triplet: EA, 6D and 60. RGB value is (234,109,96). Sum of RGB (Red+Green+Blue) = 234+109+96=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D60 is #15929F. Grayscale: #919191. Windows color (decimal): -1413792 or 6319594. OLE color: 6319594.

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

Color convert

RGB 234 109 96 -
CMYK 0 0.53 0.59 0.08
HSL 5.65º 0.77% 0.65% -
HSV(B) 5.65º 0.59% 0.92% -
XYZ 41.51 29.27 14.53 -
YUV 144.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 234 109 96 0 0.53 0.59 0.08 5.65 0.77 0.65
Hex EA 6D 60 0 35 3B 8 6 4D 41
Octal 352 155 140 0 65 73 10 6 115 101
Binary 11101010 1101101 1100000 0 110101 111011 1000 110 1001101 1000001

Color Harmonies of #EA6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D60

Black with #EA6D60

Text Example


Text Example

White with #EA6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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