Html Css Color HEX #E16F5A Terra Cotta

📋 copy color: '#E16F5A'

red 225 ◦ green 111 ◦ blue 90

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

Shades of Terra Cotta #E16F5A

Tints of Terra Cotta #E16F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 52.82%
G = 26.06%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E16F5A (or 0xE16F5A) is known color: Terra Cotta. HEX triplet: E1, 6F and 5A. RGB value is (225,111,90). Sum of RGB (Red+Green+Blue) = 225+111+90=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F5A is #1E90A5. Grayscale: #8E8E8E. Windows color (decimal): -2003110 or 5926881. OLE color: 5926881.

HSL color Cylindrical-coordinate representation of color #E16F5A: hue angle of 9.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E16F5A is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 90 -
CMYK 0 0.51 0.60 0.12
HSL 9.33º 0.69% 0.62% -
HSV(B) 9.33º 0.6% 0.88% -
XYZ 38.58 28.11 13.07 -
YUV 142.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 225 111 90 0 0.51 0.60 0.12 9.33 0.69 0.62
Hex E1 6F 5A 0 33 3C C 9 45 3E
Octal 341 157 132 0 63 74 14 11 105 76
Binary 11100001 1101111 1011010 0 110011 111100 1100 1001 1000101 111110

Color Harmonies of #E16F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F5A

Black with #E16F5A

Text Example


Text Example

White with #E16F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F5A; }

 p { color: rgb(225,111,90); }

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

background-color css

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

 a { background-color: rgb(225,111,90); }

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

border-color css

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

 span { border-color: rgb(225,111,90); }

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