Html Css Color HEX #E06C5F Terra Cotta

📋 copy color: '#E06C5F'

red 224 ◦ green 108 ◦ blue 95

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

Shades of Terra Cotta #E06C5F

Tints of Terra Cotta #E06C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 52.46%
G = 25.29%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E06C5F (or 0xE06C5F) is known color: Terra Cotta. HEX triplet: E0, 6C and 5F. RGB value is (224,108,95). Sum of RGB (Red+Green+Blue) = 224+108+95=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C5F is #1F93A0. Grayscale: #8D8D8D. Windows color (decimal): -2069409 or 6253792. OLE color: 6253792.

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

Color convert

RGB 224 108 95 -
CMYK 0 0.52 0.58 0.12
HSL 6.05º 0.68% 0.63% -
HSV(B) 6.05º 0.58% 0.88% -
XYZ 38.17 27.4 14.1 -
YUV 141.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 224 108 95 0 0.52 0.58 0.12 6.05 0.68 0.63
Hex E0 6C 5F 0 34 3A C 6 44 3F
Octal 340 154 137 0 64 72 14 6 104 77
Binary 11100000 1101100 1011111 0 110100 111010 1100 110 1000100 111111

Color Harmonies of #E06C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C5F

Black with #E06C5F

Text Example


Text Example

White with #E06C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C5F; }

 p { color: rgb(224,108,95); }

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

background-color css

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

 a { background-color: rgb(224,108,95); }

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

border-color css

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

 span { border-color: rgb(224,108,95); }

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