Html Css Color HEX #E07966 Terra Cotta

📋 copy color: '#E07966'

red 224 ◦ green 121 ◦ blue 102

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

Shades of Terra Cotta #E07966

Tints of Terra Cotta #E07966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.07%

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

R = 50.11%
G = 27.07%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07966 (or 0xE07966) is known color: Terra Cotta. HEX triplet: E0, 79 and 66. RGB value is (224,121,102). Sum of RGB (Red+Green+Blue) = 224+121+102=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E07966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07966 is #1F8699. Grayscale: #959595. Windows color (decimal): -2066074 or 6715872. OLE color: 6715872.

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

Color convert

RGB 224 121 102 -
CMYK 0 0.46 0.54 0.12
HSL 9.34º 0.66% 0.64% -
HSV(B) 9.34º 0.54% 0.88% -
XYZ 39.98 30.48 16.35 -
YUV 149.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 224 121 102 0 0.46 0.54 0.12 9.34 0.66 0.64
Hex E0 79 66 0 2E 36 C 9 42 40
Octal 340 171 146 0 56 66 14 11 102 100
Binary 11100000 1111001 1100110 0 101110 110110 1100 1001 1000010 1000000

Color Harmonies of #E07966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07966

Black with #E07966

Text Example


Text Example

White with #E07966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07966; }

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

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

background-color css

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

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

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

border-color css

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

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

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