Html Css Color HEX #EA745A Terra Cotta

📋 copy color: '#EA745A'

red 234 ◦ green 116 ◦ blue 90

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

Shades of Terra Cotta #EA745A

Tints of Terra Cotta #EA745A

RGB

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

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

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

R = 53.18%
G = 26.36%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA745A (or 0xEA745A) is known color: Terra Cotta. HEX triplet: EA, 74 and 5A. RGB value is (234,116,90). Sum of RGB (Red+Green+Blue) = 234+116+90=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA745A is #158BA5. Grayscale: #949494. Windows color (decimal): -1412006 or 5928170. OLE color: 5928170.

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

Color convert

RGB 234 116 90 -
CMYK 0 0.50 0.62 0.08
HSL 10.83º 0.77% 0.64% -
HSV(B) 10.83º 0.62% 0.92% -
XYZ 42.02 30.72 13.39 -
YUV 148.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 234 116 90 0 0.50 0.62 0.08 10.83 0.77 0.64
Hex EA 74 5A 0 32 3E 8 B 4D 40
Octal 352 164 132 0 62 76 10 13 115 100
Binary 11101010 1110100 1011010 0 110010 111110 1000 1011 1001101 1000000

Color Harmonies of #EA745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA745A

Black with #EA745A

Text Example


Text Example

White with #EA745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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