Html Css Color HEX #E07C61 Terra Cotta

📋 copy color: '#E07C61'

red 224 ◦ green 124 ◦ blue 97

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

Shades of Terra Cotta #E07C61

Tints of Terra Cotta #E07C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

 BLUE value IS 97 (38.28% from 255) = 21.8%

R = 50.34%
G = 27.87%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07C61 (or 0xE07C61) is known color: Terra Cotta. HEX triplet: E0, 7C and 61. RGB value is (224,124,97). Sum of RGB (Red+Green+Blue) = 224+124+97=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C61 is #1F839E. Grayscale: #979797. Windows color (decimal): -2065311 or 6388960. OLE color: 6388960.

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

Color convert

RGB 224 124 97 -
CMYK 0 0.45 0.57 0.12
HSL 12.76º 0.67% 0.63% -
HSV(B) 12.76º 0.57% 0.88% -
XYZ 40.11 31.13 15.2 -
YUV 150.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 224 124 97 0 0.45 0.57 0.12 12.76 0.67 0.63
Hex E0 7C 61 0 2D 39 C D 43 3F
Octal 340 174 141 0 55 71 14 15 103 77
Binary 11100000 1111100 1100001 0 101101 111001 1100 1101 1000011 111111

Color Harmonies of #E07C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C61

Black with #E07C61

Text Example


Text Example

White with #E07C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C61; }

 p { color: rgb(224,124,97); }

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

background-color css

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

 a { background-color: rgb(224,124,97); }

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

border-color css

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

 span { border-color: rgb(224,124,97); }

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