Html Css Color HEX #EA715A Terra Cotta

📋 copy color: '#EA715A'

red 234 ◦ green 113 ◦ blue 90

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

Shades of Terra Cotta #EA715A

Tints of Terra Cotta #EA715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 53.55%
G = 25.86%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA715A (or 0xEA715A) is known color: Terra Cotta. HEX triplet: EA, 71 and 5A. RGB value is (234,113,90). Sum of RGB (Red+Green+Blue) = 234+113+90=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA715A is #158EA5. Grayscale: #929292. Windows color (decimal): -1412774 or 5927402. OLE color: 5927402.

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

Color convert

RGB 234 113 90 -
CMYK 0 0.52 0.62 0.08
HSL 9.58º 0.77% 0.64% -
HSV(B) 9.58º 0.62% 0.92% -
XYZ 41.68 30.04 13.27 -
YUV 146.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 234 113 90 0 0.52 0.62 0.08 9.58 0.77 0.64
Hex EA 71 5A 0 34 3E 8 A 4D 40
Octal 352 161 132 0 64 76 10 12 115 100
Binary 11101010 1110001 1011010 0 110100 111110 1000 1010 1001101 1000000

Color Harmonies of #EA715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA715A

Black with #EA715A

Text Example


Text Example

White with #EA715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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