Html Css Color HEX #E06E5D Terra Cotta

📋 copy color: '#E06E5D'

red 224 ◦ green 110 ◦ blue 93

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

Shades of Terra Cotta #E06E5D

Tints of Terra Cotta #E06E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

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

R = 52.46%
G = 25.76%
B = 21.78%

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

#E06E5D (or 0xE06E5D) is known color: Terra Cotta. HEX triplet: E0, 6E and 5D. RGB value is (224,110,93). Sum of RGB (Red+Green+Blue) = 224+110+93=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E5D is #1F91A2. Grayscale: #8E8E8E. Windows color (decimal): -2068899 or 6123232. OLE color: 6123232.

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

Color convert

RGB 224 110 93 -
CMYK 0 0.51 0.58 0.12
HSL 7.79º 0.68% 0.62% -
HSV(B) 7.79º 0.58% 0.88% -
XYZ 38.29 27.79 13.7 -
YUV 142.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 224 110 93 0 0.51 0.58 0.12 7.79 0.68 0.62
Hex E0 6E 5D 0 33 3A C 8 44 3E
Octal 340 156 135 0 63 72 14 10 104 76
Binary 11100000 1101110 1011101 0 110011 111010 1100 1000 1000100 111110

Color Harmonies of #E06E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E5D

Black with #E06E5D

Text Example


Text Example

White with #E06E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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