Html Css Color HEX #EA7F61 Terra Cotta

📋 copy color: '#EA7F61'

red 234 ◦ green 127 ◦ blue 97

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

Shades of Terra Cotta #EA7F61

Tints of Terra Cotta #EA7F61

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 51.09%
G = 27.73%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA7F61 (or 0xEA7F61) is known color: Terra Cotta. HEX triplet: EA, 7F and 61. RGB value is (234,127,97). Sum of RGB (Red+Green+Blue) = 234+127+97=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7F61 is #15809E. Grayscale: #9B9B9B. Windows color (decimal): -1409183 or 6389738. OLE color: 6389738.

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

Color convert

RGB 234 127 97 -
CMYK 0 0.46 0.59 0.08
HSL 13.14º 0.77% 0.65% -
HSV(B) 13.14º 0.59% 0.92% -
XYZ 43.68 33.53 15.48 -
YUV 155.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 234 127 97 0 0.46 0.59 0.08 13.14 0.77 0.65
Hex EA 7F 61 0 2E 3B 8 D 4D 41
Octal 352 177 141 0 56 73 10 15 115 101
Binary 11101010 1111111 1100001 0 101110 111011 1000 1101 1001101 1000001

Color Harmonies of #EA7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F61

Black with #EA7F61

Text Example


Text Example

White with #EA7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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