Html Css Color HEX #E07166 Terra Cotta

📋 copy color: '#E07166'

red 224 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #E07166

Tints of Terra Cotta #E07166

RGB

 RED value IS 224 (87.89% from 255) = 51.03%

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

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

R = 51.03%
G = 25.74%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07166 (or 0xE07166) is known color: Terra Cotta. HEX triplet: E0, 71 and 66. RGB value is (224,113,102). Sum of RGB (Red+Green+Blue) = 224+113+102=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E07166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07166 is #1F8E99. Grayscale: #919191. Windows color (decimal): -2068122 or 6713824. OLE color: 6713824.

HSL color Cylindrical-coordinate representation of color #E07166: hue angle of 5.41º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07166 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 102 -
CMYK 0 0.50 0.54 0.12
HSL 5.41º 0.66% 0.64% -
HSV(B) 5.41º 0.54% 0.88% -
XYZ 39.04 28.62 16.04 -
YUV 144.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 224 113 102 0 0.50 0.54 0.12 5.41 0.66 0.64
Hex E0 71 66 0 32 36 C 5 42 40
Octal 340 161 146 0 62 66 14 5 102 100
Binary 11100000 1110001 1100110 0 110010 110110 1100 101 1000010 1000000

Color Harmonies of #E07166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07166

Black with #E07166

Text Example


Text Example

White with #E07166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07166; }

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

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

background-color css

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

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

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

border-color css

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

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

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