Html Css Color HEX #E07369 Terra Cotta

📋 copy color: '#E07369'

red 224 ◦ green 115 ◦ blue 105

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

Shades of Terra Cotta #E07369

Tints of Terra Cotta #E07369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 50.45%
G = 25.9%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07369 (or 0xE07369) is known color: Terra Cotta. HEX triplet: E0, 73 and 69. RGB value is (224,115,105). Sum of RGB (Red+Green+Blue) = 224+115+105=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E07369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07369 is #1F8C96. Grayscale: #929292. Windows color (decimal): -2067607 or 6910944. OLE color: 6910944.

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

Color convert

RGB 224 115 105 -
CMYK 0 0.49 0.53 0.12
HSL 5.04º 0.66% 0.65% -
HSV(B) 5.04º 0.53% 0.88% -
XYZ 39.42 29.13 16.91 -
YUV 146.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 224 115 105 0 0.49 0.53 0.12 5.04 0.66 0.65
Hex E0 73 69 0 31 35 C 5 42 41
Octal 340 163 151 0 61 65 14 5 102 101
Binary 11100000 1110011 1101001 0 110001 110101 1100 101 1000010 1000001

Color Harmonies of #E07369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07369

Black with #E07369

Text Example


Text Example

White with #E07369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07369; }

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

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

background-color css

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

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

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

border-color css

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

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

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