Html Css Color HEX #E06D69 Terra Cotta

📋 copy color: '#E06D69'

red 224 ◦ green 109 ◦ blue 105

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

Shades of Terra Cotta #E06D69

Tints of Terra Cotta #E06D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 51.14%
G = 24.89%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E06D69 (or 0xE06D69) is known color: Terra Cotta. HEX triplet: E0, 6D and 69. RGB value is (224,109,105). Sum of RGB (Red+Green+Blue) = 224+109+105=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D69 is #1F9296. Grayscale: #8F8F8F. Windows color (decimal): -2069143 or 6909408. OLE color: 6909408.

HSL color Cylindrical-coordinate representation of color #E06D69: hue angle of 2.02º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06D69 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 105 -
CMYK 0 0.51 0.53 0.12
HSL 2.02º 0.66% 0.65% -
HSV(B) 2.02º 0.53% 0.88% -
XYZ 38.76 27.8 16.69 -
YUV 142.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 224 109 105 0 0.51 0.53 0.12 2.02 0.66 0.65
Hex E0 6D 69 0 33 35 C 2 42 41
Octal 340 155 151 0 63 65 14 2 102 101
Binary 11100000 1101101 1101001 0 110011 110101 1100 10 1000010 1000001

Color Harmonies of #E06D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D69

Black with #E06D69

Text Example


Text Example

White with #E06D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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