Html Css Color HEX #E07568 Terra Cotta

📋 copy color: '#E07568'

red 224 ◦ green 117 ◦ blue 104

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

Shades of Terra Cotta #E07568

Tints of Terra Cotta #E07568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

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

R = 50.34%
G = 26.29%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07568 (or 0xE07568) is known color: Terra Cotta. HEX triplet: E0, 75 and 68. RGB value is (224,117,104). Sum of RGB (Red+Green+Blue) = 224+117+104=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E07568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07568 is #1F8A97. Grayscale: #939393. Windows color (decimal): -2067096 or 6845920. OLE color: 6845920.

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

Color convert

RGB 224 117 104 -
CMYK 0 0.48 0.54 0.12
HSL 6.5º 0.66% 0.64% -
HSV(B) 6.5º 0.54% 0.88% -
XYZ 39.6 29.57 16.72 -
YUV 147.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 224 117 104 0 0.48 0.54 0.12 6.5 0.66 0.64
Hex E0 75 68 0 30 36 C 6 42 40
Octal 340 165 150 0 60 66 14 6 102 100
Binary 11100000 1110101 1101000 0 110000 110110 1100 110 1000010 1000000

Color Harmonies of #E07568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07568

Black with #E07568

Text Example


Text Example

White with #E07568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07568; }

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

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

background-color css

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

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

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

border-color css

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

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

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