Html Css Color HEX #E07868 Terra Cotta

📋 copy color: '#E07868'

red 224 ◦ green 120 ◦ blue 104

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

Shades of Terra Cotta #E07868

Tints of Terra Cotta #E07868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 50%
G = 26.79%
B = 23.21%

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

#E07868 (or 0xE07868) is known color: Terra Cotta. HEX triplet: E0, 78 and 68. RGB value is (224,120,104). Sum of RGB (Red+Green+Blue) = 224+120+104=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E07868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07868 is #1F8797. Grayscale: #959595. Windows color (decimal): -2066328 or 6846688. OLE color: 6846688.

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

Color convert

RGB 224 120 104 -
CMYK 0 0.46 0.54 0.12
HSL 0.66% 0.64% -
HSV(B) 0.54% 0.88% -
XYZ 39.96 30.28 16.84 -
YUV 149.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 224 120 104 0 0.46 0.54 0.12 8 0.66 0.64
Hex E0 78 68 0 2E 36 C 8 42 40
Octal 340 170 150 0 56 66 14 10 102 100
Binary 11100000 1111000 1101000 0 101110 110110 1100 1000 1000010 1000000

Color Harmonies of #E07868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07868

Black with #E07868

Text Example


Text Example

White with #E07868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07868; }

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

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

background-color css

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

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

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

border-color css

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

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

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