Html Css Color HEX #E06D5D Terra Cotta

📋 copy color: '#E06D5D'

red 224 ◦ green 109 ◦ blue 93

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

Shades of Terra Cotta #E06D5D

Tints of Terra Cotta #E06D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 52.58%
G = 25.59%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E06D5D (or 0xE06D5D) is known color: Terra Cotta. HEX triplet: E0, 6D and 5D. RGB value is (224,109,93). Sum of RGB (Red+Green+Blue) = 224+109+93=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D5D is #1F92A2. Grayscale: #8D8D8D. Windows color (decimal): -2069155 or 6122976. OLE color: 6122976.

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

Color convert

RGB 224 109 93 -
CMYK 0 0.51 0.58 0.12
HSL 7.33º 0.68% 0.62% -
HSV(B) 7.33º 0.58% 0.88% -
XYZ 38.18 27.57 13.67 -
YUV 141.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 224 109 93 0 0.51 0.58 0.12 7.33 0.68 0.62
Hex E0 6D 5D 0 33 3A C 7 44 3E
Octal 340 155 135 0 63 72 14 7 104 76
Binary 11100000 1101101 1011101 0 110011 111010 1100 111 1000100 111110

Color Harmonies of #E06D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D5D

Black with #E06D5D

Text Example


Text Example

White with #E06D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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