Html Css Color HEX #E16D58 Terra Cotta

📋 copy color: '#E16D58'

red 225 ◦ green 109 ◦ blue 88

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

Shades of Terra Cotta #E16D58

Tints of Terra Cotta #E16D58

RGB

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

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

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

R = 53.32%
G = 25.83%
B = 20.85%

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

#E16D58 (or 0xE16D58) is known color: Terra Cotta. HEX triplet: E1, 6D and 58. RGB value is (225,109,88). Sum of RGB (Red+Green+Blue) = 225+109+88=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D58 is #1E92A7. Grayscale: #8D8D8D. Windows color (decimal): -2003624 or 5795297. OLE color: 5795297.

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

Color convert

RGB 225 109 88 -
CMYK 0 0.52 0.61 0.12
HSL 9.2º 0.7% 0.61% -
HSV(B) 9.2º 0.61% 0.88% -
XYZ 38.28 27.65 12.55 -
YUV 141.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 225 109 88 0 0.52 0.61 0.12 9.2 0.7 0.61
Hex E1 6D 58 0 34 3D C 9 46 3D
Octal 341 155 130 0 64 75 14 11 106 75
Binary 11100001 1101101 1011000 0 110100 111101 1100 1001 1000110 111101

Color Harmonies of #E16D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D58

Black with #E16D58

Text Example


Text Example

White with #E16D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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