Html Css Color HEX #E07064 Terra Cotta

📋 copy color: '#E07064'

red 224 ◦ green 112 ◦ blue 100

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

Shades of Terra Cotta #E07064

Tints of Terra Cotta #E07064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 51.38%
G = 25.69%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07064 (or 0xE07064) is known color: Terra Cotta. HEX triplet: E0, 70 and 64. RGB value is (224,112,100). Sum of RGB (Red+Green+Blue) = 224+112+100=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E07064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07064 is #1F8F9B. Grayscale: #909090. Windows color (decimal): -2068380 or 6582496. OLE color: 6582496.

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

Color convert

RGB 224 112 100 -
CMYK 0 0.50 0.55 0.12
HSL 5.81º 0.67% 0.64% -
HSV(B) 5.81º 0.55% 0.88% -
XYZ 38.83 28.36 15.48 -
YUV 144.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 224 112 100 0 0.50 0.55 0.12 5.81 0.67 0.64
Hex E0 70 64 0 32 37 C 6 43 40
Octal 340 160 144 0 62 67 14 6 103 100
Binary 11100000 1110000 1100100 0 110010 110111 1100 110 1000011 1000000

Color Harmonies of #E07064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07064

Black with #E07064

Text Example


Text Example

White with #E07064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07064; }

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

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

background-color css

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

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

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

border-color css

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

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

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