Html Css Color HEX #E07365 Terra Cotta

📋 copy color: '#E07365'

red 224 ◦ green 115 ◦ blue 101

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

Shades of Terra Cotta #E07365

Tints of Terra Cotta #E07365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 50.91%
G = 26.14%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07365 (or 0xE07365) is known color: Terra Cotta. HEX triplet: E0, 73 and 65. RGB value is (224,115,101). Sum of RGB (Red+Green+Blue) = 224+115+101=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07365 is #1F8C9A. Grayscale: #929292. Windows color (decimal): -2067611 or 6648800. OLE color: 6648800.

HSL color Cylindrical-coordinate representation of color #E07365: hue angle of 6.83º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07365 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 101 -
CMYK 0 0.49 0.55 0.12
HSL 6.83º 0.66% 0.64% -
HSV(B) 6.83º 0.55% 0.88% -
XYZ 39.22 29.05 15.85 -
YUV 146 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 224 115 101 0 0.49 0.55 0.12 6.83 0.66 0.64
Hex E0 73 65 0 31 37 C 7 42 40
Octal 340 163 145 0 61 67 14 7 102 100
Binary 11100000 1110011 1100101 0 110001 110111 1100 111 1000010 1000000

Color Harmonies of #E07365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07365

Black with #E07365

Text Example


Text Example

White with #E07365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07365; }

 p { color: rgb(224,115,101); }

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

background-color css

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

 a { background-color: rgb(224,115,101); }

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

border-color css

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

 span { border-color: rgb(224,115,101); }

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