Html Css Color HEX #E16C58 Terra Cotta

📋 copy color: '#E16C58'

red 225 ◦ green 108 ◦ blue 88

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

Shades of Terra Cotta #E16C58

Tints of Terra Cotta #E16C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 53.44%
G = 25.65%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E16C58 (or 0xE16C58) is known color: Terra Cotta. HEX triplet: E1, 6C and 58. RGB value is (225,108,88). Sum of RGB (Red+Green+Blue) = 225+108+88=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C58 is #1E93A7. Grayscale: #8C8C8C. Windows color (decimal): -2003880 or 5795041. OLE color: 5795041.

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

Color convert

RGB 225 108 88 -
CMYK 0 0.52 0.61 0.12
HSL 8.76º 0.7% 0.61% -
HSV(B) 8.76º 0.61% 0.88% -
XYZ 38.18 27.44 12.52 -
YUV 140.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 225 108 88 0 0.52 0.61 0.12 8.76 0.7 0.61
Hex E1 6C 58 0 34 3D C 9 46 3D
Octal 341 154 130 0 64 75 14 11 106 75
Binary 11100001 1101100 1011000 0 110100 111101 1100 1001 1000110 111101

Color Harmonies of #E16C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C58

Black with #E16C58

Text Example


Text Example

White with #E16C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C58; }

 p { color: rgb(225,108,88); }

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

background-color css

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

 a { background-color: rgb(225,108,88); }

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

border-color css

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

 span { border-color: rgb(225,108,88); }

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