Html Css Color HEX #EA745C Terra Cotta

📋 copy color: '#EA745C'

red 234 ◦ green 116 ◦ blue 92

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

Shades of Terra Cotta #EA745C

Tints of Terra Cotta #EA745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 52.94%
G = 26.24%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA745C (or 0xEA745C) is known color: Terra Cotta. HEX triplet: EA, 74 and 5C. RGB value is (234,116,92). Sum of RGB (Red+Green+Blue) = 234+116+92=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA745C is #158BA3. Grayscale: #949494. Windows color (decimal): -1412004 or 6059242. OLE color: 6059242.

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

Color convert

RGB 234 116 92 -
CMYK 0 0.50 0.61 0.08
HSL 10.14º 0.77% 0.64% -
HSV(B) 10.14º 0.61% 0.92% -
XYZ 42.11 30.76 13.84 -
YUV 148.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 234 116 92 0 0.50 0.61 0.08 10.14 0.77 0.64
Hex EA 74 5C 0 32 3D 8 A 4D 40
Octal 352 164 134 0 62 75 10 12 115 100
Binary 11101010 1110100 1011100 0 110010 111101 1000 1010 1001101 1000000

Color Harmonies of #EA745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA745C

Black with #EA745C

Text Example


Text Example

White with #EA745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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