Html Css Color HEX #EA7166 Terra Cotta

📋 copy color: '#EA7166'

red 234 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #EA7166

Tints of Terra Cotta #EA7166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 52.12%
G = 25.17%
B = 22.72%

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

#EA7166 (or 0xEA7166) is known color: Terra Cotta. HEX triplet: EA, 71 and 66. RGB value is (234,113,102). Sum of RGB (Red+Green+Blue) = 234+113+102=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7166 is #158E99. Grayscale: #949494. Windows color (decimal): -1412762 or 6713834. OLE color: 6713834.

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

Color convert

RGB 234 113 102 -
CMYK 0 0.52 0.56 0.08
HSL 0.76% 0.66% -
HSV(B) 0.56% 0.92% -
XYZ 42.24 30.26 16.19 -
YUV 147.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 234 113 102 0 0.52 0.56 0.08 5 0.76 0.66
Hex EA 71 66 0 34 38 8 5 4C 42
Octal 352 161 146 0 64 70 10 5 114 102
Binary 11101010 1110001 1100110 0 110100 111000 1000 101 1001100 1000010

Color Harmonies of #EA7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7166

Black with #EA7166

Text Example


Text Example

White with #EA7166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7166; }

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

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

background-color css

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

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

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

border-color css

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

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

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