Html Css Color HEX #EA6864 Terra Cotta

📋 copy color: '#EA6864'

red 234 ◦ green 104 ◦ blue 100

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

Shades of Terra Cotta #EA6864

Tints of Terra Cotta #EA6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

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

R = 53.42%
G = 23.74%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA6864 (or 0xEA6864) is known color: Terra Cotta. HEX triplet: EA, 68 and 64. RGB value is (234,104,100). Sum of RGB (Red+Green+Blue) = 234+104+100=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6864 is #15979B. Grayscale: #8E8E8E. Windows color (decimal): -1415068 or 6580458. OLE color: 6580458.

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

Color convert

RGB 234 104 100 -
CMYK 0 0.56 0.57 0.08
HSL 1.79º 0.76% 0.65% -
HSV(B) 1.79º 0.57% 0.92% -
XYZ 41.18 28.31 15.35 -
YUV 142.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 234 104 100 0 0.56 0.57 0.08 1.79 0.76 0.65
Hex EA 68 64 0 38 39 8 2 4C 41
Octal 352 150 144 0 70 71 10 2 114 101
Binary 11101010 1101000 1100100 0 111000 111001 1000 10 1001100 1000001

Color Harmonies of #EA6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6864

Black with #EA6864

Text Example


Text Example

White with #EA6864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6864; }

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

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

background-color css

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

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

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

border-color css

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

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

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