Html Css Color HEX #EA7564 Terra Cotta

📋 copy color: '#EA7564'

red 234 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #EA7564

Tints of Terra Cotta #EA7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 51.88%
G = 25.94%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA7564 (or 0xEA7564) is known color: Terra Cotta. HEX triplet: EA, 75 and 64. RGB value is (234,117,100). Sum of RGB (Red+Green+Blue) = 234+117+100=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7564 is #158A9B. Grayscale: #969696. Windows color (decimal): -1411740 or 6583786. OLE color: 6583786.

HSL color Cylindrical-coordinate representation of color #EA7564: hue angle of 7.61º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA7564 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 117 100 -
CMYK 0 0.5 0.57 0.08
HSL 7.61º 0.76% 0.65% -
HSV(B) 7.61º 0.57% 0.92% -
XYZ 42.59 31.14 15.82 -
YUV 150.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 234 117 100 0 0.5 0.57 0.08 7.61 0.76 0.65
Hex EA 75 64 0 32 39 8 8 4C 41
Octal 352 165 144 0 62 71 10 10 114 101
Binary 11101010 1110101 1100100 0 110010 111001 1000 1000 1001100 1000001

Color Harmonies of #EA7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7564

Black with #EA7564

Text Example


Text Example

White with #EA7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7564; }

 p { color: rgb(234,117,100); }

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

background-color css

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

 a { background-color: rgb(234,117,100); }

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

border-color css

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

 span { border-color: rgb(234,117,100); }

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