Html Css Color HEX #E06D68 Terra Cotta

📋 copy color: '#E06D68'

red 224 ◦ green 109 ◦ blue 104

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

Shades of Terra Cotta #E06D68

Tints of Terra Cotta #E06D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 51.26%
G = 24.94%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E06D68 (or 0xE06D68) is known color: Terra Cotta. HEX triplet: E0, 6D and 68. RGB value is (224,109,104). Sum of RGB (Red+Green+Blue) = 224+109+104=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D68 is #1F9297. Grayscale: #8E8E8E. Windows color (decimal): -2069144 or 6843872. OLE color: 6843872.

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

Color convert

RGB 224 109 104 -
CMYK 0 0.51 0.54 0.12
HSL 2.5º 0.66% 0.64% -
HSV(B) 2.5º 0.54% 0.88% -
XYZ 38.71 27.78 16.42 -
YUV 142.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 224 109 104 0 0.51 0.54 0.12 2.5 0.66 0.64
Hex E0 6D 68 0 33 36 C 2 42 40
Octal 340 155 150 0 63 66 14 2 102 100
Binary 11100000 1101101 1101000 0 110011 110110 1100 10 1000010 1000000

Color Harmonies of #E06D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D68

Black with #E06D68

Text Example


Text Example

White with #E06D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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