Html Css Color HEX #EA8061 Terra Cotta

📋 copy color: '#EA8061'

red 234 ◦ green 128 ◦ blue 97

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

Shades of Terra Cotta #EA8061

Tints of Terra Cotta #EA8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

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

R = 50.98%
G = 27.89%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA8061 (or 0xEA8061) is known color: Terra Cotta. HEX triplet: EA, 80 and 61. RGB value is (234,128,97). Sum of RGB (Red+Green+Blue) = 234+128+97=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8061 is #157F9E. Grayscale: #9C9C9C. Windows color (decimal): -1408927 or 6389994. OLE color: 6389994.

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

Color convert

RGB 234 128 97 -
CMYK 0 0.45 0.59 0.08
HSL 13.58º 0.77% 0.65% -
HSV(B) 13.58º 0.59% 0.92% -
XYZ 43.81 33.79 15.52 -
YUV 156.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 234 128 97 0 0.45 0.59 0.08 13.58 0.77 0.65
Hex EA 80 61 0 2D 3B 8 E 4D 41
Octal 352 200 141 0 55 73 10 16 115 101
Binary 11101010 10000000 1100001 0 101101 111011 1000 1110 1001101 1000001

Color Harmonies of #EA8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8061

Black with #EA8061

Text Example


Text Example

White with #EA8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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