Html Css Color HEX #E07067 Terra Cotta

📋 copy color: '#E07067'

red 224 ◦ green 112 ◦ blue 103

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

Shades of Terra Cotta #E07067

Tints of Terra Cotta #E07067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 51.03%
G = 25.51%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07067 (or 0xE07067) is known color: Terra Cotta. HEX triplet: E0, 70 and 67. RGB value is (224,112,103). Sum of RGB (Red+Green+Blue) = 224+112+103=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E07067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07067 is #1F8F98. Grayscale: #909090. Windows color (decimal): -2068377 or 6779104. OLE color: 6779104.

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

Color convert

RGB 224 112 103 -
CMYK 0 0.50 0.54 0.12
HSL 4.46º 0.66% 0.64% -
HSV(B) 4.46º 0.54% 0.88% -
XYZ 38.98 28.41 16.26 -
YUV 144.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 224 112 103 0 0.50 0.54 0.12 4.46 0.66 0.64
Hex E0 70 67 0 32 36 C 4 42 40
Octal 340 160 147 0 62 66 14 4 102 100
Binary 11100000 1110000 1100111 0 110010 110110 1100 100 1000010 1000000

Color Harmonies of #E07067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07067

Black with #E07067

Text Example


Text Example

White with #E07067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07067; }

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

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

background-color css

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

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

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

border-color css

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

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

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