Html Css Color HEX #EA7960 Terra Cotta

📋 copy color: '#EA7960'

red 234 ◦ green 121 ◦ blue 96

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

Shades of Terra Cotta #EA7960

Tints of Terra Cotta #EA7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

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

R = 51.88%
G = 26.83%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA7960 (or 0xEA7960) is known color: Terra Cotta. HEX triplet: EA, 79 and 60. RGB value is (234,121,96). Sum of RGB (Red+Green+Blue) = 234+121+96=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7960 is #15869F. Grayscale: #989898. Windows color (decimal): -1410720 or 6322666. OLE color: 6322666.

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

Color convert

RGB 234 121 96 -
CMYK 0 0.48 0.59 0.08
HSL 10.87º 0.77% 0.65% -
HSV(B) 10.87º 0.59% 0.92% -
XYZ 42.88 32.01 14.99 -
YUV 151.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 234 121 96 0 0.48 0.59 0.08 10.87 0.77 0.65
Hex EA 79 60 0 30 3B 8 B 4D 41
Octal 352 171 140 0 60 73 10 13 115 101
Binary 11101010 1111001 1100000 0 110000 111011 1000 1011 1001101 1000001

Color Harmonies of #EA7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7960

Black with #EA7960

Text Example


Text Example

White with #EA7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7960; }

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

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

background-color css

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

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

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

border-color css

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

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

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