Html Css Color HEX #E07461 Terra Cotta

📋 copy color: '#E07461'

red 224 ◦ green 116 ◦ blue 97

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

Shades of Terra Cotta #E07461

Tints of Terra Cotta #E07461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 51.26%
G = 26.54%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07461 (or 0xE07461) is known color: Terra Cotta. HEX triplet: E0, 74 and 61. RGB value is (224,116,97). Sum of RGB (Red+Green+Blue) = 224+116+97=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E07461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07461 is #1F8B9E. Grayscale: #929292. Windows color (decimal): -2067359 or 6386912. OLE color: 6386912.

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

Color convert

RGB 224 116 97 -
CMYK 0 0.48 0.57 0.12
HSL 8.98º 0.67% 0.63% -
HSV(B) 8.98º 0.57% 0.88% -
XYZ 39.14 29.2 14.88 -
YUV 146.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 224 116 97 0 0.48 0.57 0.12 8.98 0.67 0.63
Hex E0 74 61 0 30 39 C 9 43 3F
Octal 340 164 141 0 60 71 14 11 103 77
Binary 11100000 1110100 1100001 0 110000 111001 1100 1001 1000011 111111

Color Harmonies of #E07461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07461

Black with #E07461

Text Example


Text Example

White with #E07461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07461; }

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

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

background-color css

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

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

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

border-color css

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

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

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