Html Css Color HEX #E07C64 Terra Cotta

📋 copy color: '#E07C64'

red 224 ◦ green 124 ◦ blue 100

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

Shades of Terra Cotta #E07C64

Tints of Terra Cotta #E07C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

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

R = 50%
G = 27.68%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07C64 (or 0xE07C64) is known color: Terra Cotta. HEX triplet: E0, 7C and 64. RGB value is (224,124,100). Sum of RGB (Red+Green+Blue) = 224+124+100=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C64 is #1F839B. Grayscale: #979797. Windows color (decimal): -2065308 or 6585568. OLE color: 6585568.

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

Color convert

RGB 224 124 100 -
CMYK 0 0.45 0.55 0.12
HSL 11.61º 0.67% 0.64% -
HSV(B) 11.61º 0.55% 0.88% -
XYZ 40.25 31.18 15.95 -
YUV 151.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 224 124 100 0 0.45 0.55 0.12 11.61 0.67 0.64
Hex E0 7C 64 0 2D 37 C C 43 40
Octal 340 174 144 0 55 67 14 14 103 100
Binary 11100000 1111100 1100100 0 101101 110111 1100 1100 1000011 1000000

Color Harmonies of #E07C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C64

Black with #E07C64

Text Example


Text Example

White with #E07C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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