Html Css Color HEX #E07069 Terra Cotta

📋 copy color: '#E07069'

red 224 ◦ green 112 ◦ blue 105

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

Shades of Terra Cotta #E07069

Tints of Terra Cotta #E07069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

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

R = 50.79%
G = 25.4%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07069 (or 0xE07069) is known color: Terra Cotta. HEX triplet: E0, 70 and 69. RGB value is (224,112,105). Sum of RGB (Red+Green+Blue) = 224+112+105=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07069 is #1F8F96. Grayscale: #909090. Windows color (decimal): -2068375 or 6910176. OLE color: 6910176.

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

Color convert

RGB 224 112 105 -
CMYK 0 0.50 0.53 0.12
HSL 3.53º 0.66% 0.65% -
HSV(B) 3.53º 0.53% 0.88% -
XYZ 39.08 28.46 16.8 -
YUV 144.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 224 112 105 0 0.50 0.53 0.12 3.53 0.66 0.65
Hex E0 70 69 0 32 35 C 4 42 41
Octal 340 160 151 0 62 65 14 4 102 101
Binary 11100000 1110000 1101001 0 110010 110101 1100 100 1000010 1000001

Color Harmonies of #E07069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07069

Black with #E07069

Text Example


Text Example

White with #E07069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07069; }

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

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

background-color css

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

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

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

border-color css

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

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

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