Html Css Color HEX #E07764 Terra Cotta

📋 copy color: '#E07764'

red 224 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #E07764

Tints of Terra Cotta #E07764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 50.56%
G = 26.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07764 (or 0xE07764) is known color: Terra Cotta. HEX triplet: E0, 77 and 64. RGB value is (224,119,100). Sum of RGB (Red+Green+Blue) = 224+119+100=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E07764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07764 is #1F889B. Grayscale: #949494. Windows color (decimal): -2066588 or 6584288. OLE color: 6584288.

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

Color convert

RGB 224 119 100 -
CMYK 0 0.47 0.55 0.12
HSL 9.19º 0.67% 0.64% -
HSV(B) 9.19º 0.55% 0.88% -
XYZ 39.64 29.96 15.75 -
YUV 148.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 224 119 100 0 0.47 0.55 0.12 9.19 0.67 0.64
Hex E0 77 64 0 2F 37 C 9 43 40
Octal 340 167 144 0 57 67 14 11 103 100
Binary 11100000 1110111 1100100 0 101111 110111 1100 1001 1000011 1000000

Color Harmonies of #E07764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07764

Black with #E07764

Text Example


Text Example

White with #E07764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07764; }

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

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

background-color css

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

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

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

border-color css

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

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

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