Html Css Color HEX #E06C5C Terra Cotta

📋 copy color: '#E06C5C'

red 224 ◦ green 108 ◦ blue 92

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

Shades of Terra Cotta #E06C5C

Tints of Terra Cotta #E06C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 52.83%
G = 25.47%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E06C5C (or 0xE06C5C) is known color: Terra Cotta. HEX triplet: E0, 6C and 5C. RGB value is (224,108,92). Sum of RGB (Red+Green+Blue) = 224+108+92=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C5C is #1F93A3. Grayscale: #8D8D8D. Windows color (decimal): -2069412 or 6057184. OLE color: 6057184.

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

Color convert

RGB 224 108 92 -
CMYK 0 0.52 0.59 0.12
HSL 7.27º 0.68% 0.62% -
HSV(B) 7.27º 0.59% 0.88% -
XYZ 38.03 27.35 13.4 -
YUV 140.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 224 108 92 0 0.52 0.59 0.12 7.27 0.68 0.62
Hex E0 6C 5C 0 34 3B C 7 44 3E
Octal 340 154 134 0 64 73 14 7 104 76
Binary 11100000 1101100 1011100 0 110100 111011 1100 111 1000100 111110

Color Harmonies of #E06C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C5C

Black with #E06C5C

Text Example


Text Example

White with #E06C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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