Html Css Color HEX #EA7A61 Terra Cotta

📋 copy color: '#EA7A61'

red 234 ◦ green 122 ◦ blue 97

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

Shades of Terra Cotta #EA7A61

Tints of Terra Cotta #EA7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.93%

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

R = 51.66%
G = 26.93%
B = 21.41%

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

#EA7A61 (or 0xEA7A61) is known color: Terra Cotta. HEX triplet: EA, 7A and 61. RGB value is (234,122,97). Sum of RGB (Red+Green+Blue) = 234+122+97=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A61 is #15859E. Grayscale: #989898. Windows color (decimal): -1410463 or 6388458. OLE color: 6388458.

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

Color convert

RGB 234 122 97 -
CMYK 0 0.48 0.59 0.08
HSL 10.95º 0.77% 0.65% -
HSV(B) 10.95º 0.59% 0.92% -
XYZ 43.05 32.27 15.27 -
YUV 152.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 234 122 97 0 0.48 0.59 0.08 10.95 0.77 0.65
Hex EA 7A 61 0 30 3B 8 B 4D 41
Octal 352 172 141 0 60 73 10 13 115 101
Binary 11101010 1111010 1100001 0 110000 111011 1000 1011 1001101 1000001

Color Harmonies of #EA7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A61

Black with #EA7A61

Text Example


Text Example

White with #EA7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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