Html Css Color HEX #EA6A5C Terra Cotta

📋 copy color: '#EA6A5C'

red 234 ◦ green 106 ◦ blue 92

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

Shades of Terra Cotta #EA6A5C

Tints of Terra Cotta #EA6A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 54.17%
G = 24.54%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA6A5C (or 0xEA6A5C) is known color: Terra Cotta. HEX triplet: EA, 6A and 5C. RGB value is (234,106,92). Sum of RGB (Red+Green+Blue) = 234+106+92=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A5C is #1595A3. Grayscale: #8E8E8E. Windows color (decimal): -1414564 or 6056682. OLE color: 6056682.

HSL color Cylindrical-coordinate representation of color #EA6A5C: hue angle of 5.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA6A5C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 106 92 -
CMYK 0 0.55 0.61 0.08
HSL 5.92º 0.77% 0.64% -
HSV(B) 5.92º 0.61% 0.92% -
XYZ 41.02 28.57 13.48 -
YUV 142.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 234 106 92 0 0.55 0.61 0.08 5.92 0.77 0.64
Hex EA 6A 5C 0 37 3D 8 6 4D 40
Octal 352 152 134 0 67 75 10 6 115 100
Binary 11101010 1101010 1011100 0 110111 111101 1000 110 1001101 1000000

Color Harmonies of #EA6A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6A5C

Black with #EA6A5C

Text Example


Text Example

White with #EA6A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6A5C; }

 p { color: rgb(234,106,92); }

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

background-color css

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

 a { background-color: rgb(234,106,92); }

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

border-color css

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

 span { border-color: rgb(234,106,92); }

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