Html Css Color HEX #E07766 Terra Cotta

📋 copy color: '#E07766'

red 224 ◦ green 119 ◦ blue 102

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

Shades of Terra Cotta #E07766

Tints of Terra Cotta #E07766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 50.34%
G = 26.74%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07766 (or 0xE07766) is known color: Terra Cotta. HEX triplet: E0, 77 and 66. RGB value is (224,119,102). Sum of RGB (Red+Green+Blue) = 224+119+102=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E07766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07766 is #1F8899. Grayscale: #949494. Windows color (decimal): -2066586 or 6715360. OLE color: 6715360.

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

Color convert

RGB 224 119 102 -
CMYK 0 0.47 0.54 0.12
HSL 8.36º 0.66% 0.64% -
HSV(B) 8.36º 0.54% 0.88% -
XYZ 39.74 30 16.27 -
YUV 148.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 224 119 102 0 0.47 0.54 0.12 8.36 0.66 0.64
Hex E0 77 66 0 2F 36 C 8 42 40
Octal 340 167 146 0 57 66 14 10 102 100
Binary 11100000 1110111 1100110 0 101111 110110 1100 1000 1000010 1000000

Color Harmonies of #E07766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07766

Black with #E07766

Text Example


Text Example

White with #E07766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07766; }

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

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

background-color css

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

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

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

border-color css

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

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

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