Html Css Color HEX #E07156 Terra Cotta

📋 copy color: '#E07156'

red 224 ◦ green 113 ◦ blue 86

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

Shades of Terra Cotta #E07156

Tints of Terra Cotta #E07156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 52.96%
G = 26.71%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E07156 (or 0xE07156) is known color: Terra Cotta. HEX triplet: E0, 71 and 56. RGB value is (224,113,86). Sum of RGB (Red+Green+Blue) = 224+113+86=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E07156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07156 is #1F8EA9. Grayscale: #8F8F8F. Windows color (decimal): -2068138 or 5665248. OLE color: 5665248.

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

Color convert

RGB 224 113 86 -
CMYK 0 0.50 0.62 0.12
HSL 11.74º 0.69% 0.61% -
HSV(B) 11.74º 0.62% 0.88% -
XYZ 38.33 28.33 12.25 -
YUV 143.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 224 113 86 0 0.50 0.62 0.12 11.74 0.69 0.61
Hex E0 71 56 0 32 3E C C 45 3D
Octal 340 161 126 0 62 76 14 14 105 75
Binary 11100000 1110001 1010110 0 110010 111110 1100 1100 1000101 111101

Color Harmonies of #E07156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07156

Black with #E07156

Text Example


Text Example

White with #E07156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07156; }

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

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

background-color css

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

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

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

border-color css

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

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

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