Html Css Color HEX #E07768 Terra Cotta

📋 copy color: '#E07768'

red 224 ◦ green 119 ◦ blue 104

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

Shades of Terra Cotta #E07768

Tints of Terra Cotta #E07768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 50.11%
G = 26.62%
B = 23.27%

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

#E07768 (or 0xE07768) is known color: Terra Cotta. HEX triplet: E0, 77 and 68. RGB value is (224,119,104). Sum of RGB (Red+Green+Blue) = 224+119+104=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E07768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07768 is #1F8897. Grayscale: #949494. Windows color (decimal): -2066584 or 6846432. OLE color: 6846432.

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

Color convert

RGB 224 119 104 -
CMYK 0 0.47 0.54 0.12
HSL 7.5º 0.66% 0.64% -
HSV(B) 7.5º 0.54% 0.88% -
XYZ 39.84 30.04 16.8 -
YUV 148.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 224 119 104 0 0.47 0.54 0.12 7.5 0.66 0.64
Hex E0 77 68 0 2F 36 C 8 42 40
Octal 340 167 150 0 57 66 14 10 102 100
Binary 11100000 1110111 1101000 0 101111 110110 1100 1000 1000010 1000000

Color Harmonies of #E07768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07768

Black with #E07768

Text Example


Text Example

White with #E07768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07768; }

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

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

background-color css

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

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

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

border-color css

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

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

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