Html Css Color HEX #E16D68 Terra Cotta

📋 copy color: '#E16D68'

red 225 ◦ green 109 ◦ blue 104

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

Shades of Terra Cotta #E16D68

Tints of Terra Cotta #E16D68

RGB

 RED value IS 225 (88.28% from 255) = 51.37%

 GREEN value IS 109 (42.97% from 255) = 24.89%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 51.37%
G = 24.89%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E16D68 (or 0xE16D68) is known color: Terra Cotta. HEX triplet: E1, 6D and 68. RGB value is (225,109,104). Sum of RGB (Red+Green+Blue) = 225+109+104=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D68 is #1E9297. Grayscale: #8F8F8F. Windows color (decimal): -2003608 or 6843873. OLE color: 6843873.

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

Color convert

RGB 225 109 104 -
CMYK 0 0.52 0.54 0.12
HSL 2.48º 0.67% 0.65% -
HSV(B) 2.48º 0.54% 0.88% -
XYZ 39.02 27.94 16.43 -
YUV 143.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 225 109 104 0 0.52 0.54 0.12 2.48 0.67 0.65
Hex E1 6D 68 0 34 36 C 2 43 41
Octal 341 155 150 0 64 66 14 2 103 101
Binary 11100001 1101101 1101000 0 110100 110110 1100 10 1000011 1000001

Color Harmonies of #E16D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D68

Black with #E16D68

Text Example


Text Example

White with #E16D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D68; }

 p { color: rgb(225,109,104); }

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

background-color css

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

 a { background-color: rgb(225,109,104); }

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

border-color css

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

 span { border-color: rgb(225,109,104); }

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