Html Css Color HEX #EA6660 Terra Cotta

📋 copy color: '#EA6660'

red 234 ◦ green 102 ◦ blue 96

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

Shades of Terra Cotta #EA6660

Tints of Terra Cotta #EA6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.61%

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

R = 54.17%
G = 23.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA6660 (or 0xEA6660) is known color: Terra Cotta. HEX triplet: EA, 66 and 60. RGB value is (234,102,96). Sum of RGB (Red+Green+Blue) = 234+102+96=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6660 is #15999F. Grayscale: #8C8C8C. Windows color (decimal): -1415584 or 6317802. OLE color: 6317802.

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

Color convert

RGB 234 102 96 -
CMYK 0 0.56 0.59 0.08
HSL 2.61º 0.77% 0.65% -
HSV(B) 2.61º 0.59% 0.92% -
XYZ 40.79 27.84 14.29 -
YUV 140.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 234 102 96 0 0.56 0.59 0.08 2.61 0.77 0.65
Hex EA 66 60 0 38 3B 8 3 4D 41
Octal 352 146 140 0 70 73 10 3 115 101
Binary 11101010 1100110 1100000 0 111000 111011 1000 11 1001101 1000001

Color Harmonies of #EA6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6660

Black with #EA6660

Text Example


Text Example

White with #EA6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6660; }

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

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

background-color css

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

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

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

border-color css

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

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

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