Html Css Color HEX #EA7167 Terra Cotta

📋 copy color: '#EA7167'

red 234 ◦ green 113 ◦ blue 103

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

Shades of Terra Cotta #EA7167

Tints of Terra Cotta #EA7167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 52%
G = 25.11%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA7167 (or 0xEA7167) is known color: Terra Cotta. HEX triplet: EA, 71 and 67. RGB value is (234,113,103). Sum of RGB (Red+Green+Blue) = 234+113+103=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7167 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7167 is #158E98. Grayscale: #949494. Windows color (decimal): -1412761 or 6779370. OLE color: 6779370.

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

Color convert

RGB 234 113 103 -
CMYK 0 0.52 0.56 0.08
HSL 4.58º 0.76% 0.66% -
HSV(B) 4.58º 0.56% 0.92% -
XYZ 42.28 30.28 16.45 -
YUV 148.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 234 113 103 0 0.52 0.56 0.08 4.58 0.76 0.66
Hex EA 71 67 0 34 38 8 5 4C 42
Octal 352 161 147 0 64 70 10 5 114 102
Binary 11101010 1110001 1100111 0 110100 111000 1000 101 1001100 1000010

Color Harmonies of #EA7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7167

Black with #EA7167

Text Example


Text Example

White with #EA7167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7167; }

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

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

background-color css

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

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

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

border-color css

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

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

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