Html Css Color HEX #EA715C Terra Cotta

📋 copy color: '#EA715C'

red 234 ◦ green 113 ◦ blue 92

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

Shades of Terra Cotta #EA715C

Tints of Terra Cotta #EA715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

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

R = 53.3%
G = 25.74%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA715C (or 0xEA715C) is known color: Terra Cotta. HEX triplet: EA, 71 and 5C. RGB value is (234,113,92). Sum of RGB (Red+Green+Blue) = 234+113+92=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA715C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA715C is #158EA3. Grayscale: #929292. Windows color (decimal): -1412772 or 6058474. OLE color: 6058474.

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

Color convert

RGB 234 113 92 -
CMYK 0 0.52 0.61 0.08
HSL 8.87º 0.77% 0.64% -
HSV(B) 8.87º 0.61% 0.92% -
XYZ 41.77 30.08 13.73 -
YUV 146.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 234 113 92 0 0.52 0.61 0.08 8.87 0.77 0.64
Hex EA 71 5C 0 34 3D 8 9 4D 40
Octal 352 161 134 0 64 75 10 11 115 100
Binary 11101010 1110001 1011100 0 110100 111101 1000 1001 1001101 1000000

Color Harmonies of #EA715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA715C

Black with #EA715C

Text Example


Text Example

White with #EA715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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