Html Css Color HEX #EC685D Terra Cotta

📋 copy color: '#EC685D'

red 236 ◦ green 104 ◦ blue 93

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

Shades of Terra Cotta #EC685D

Tints of Terra Cotta #EC685D

RGB

 RED value IS 236 (92.58% from 255) = 54.5%

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 54.5%
G = 24.02%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC685D (or 0xEC685D) is known color: Terra Cotta. HEX triplet: EC, 68 and 5D. RGB value is (236,104,93). Sum of RGB (Red+Green+Blue) = 236+104+93=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC685D is #1397A2. Grayscale: #8E8E8E. Windows color (decimal): -1284003 or 6121708. OLE color: 6121708.

HSL color Cylindrical-coordinate representation of color #EC685D: hue angle of 4.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC685D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 104 93 -
CMYK 0 0.56 0.61 0.07
HSL 4.62º 0.79% 0.65% -
HSV(B) 4.62º 0.61% 0.93% -
XYZ 41.52 28.52 13.67 -
YUV 142.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 236 104 93 0 0.56 0.61 0.07 4.62 0.79 0.65
Hex EC 68 5D 0 38 3D 7 5 4F 41
Octal 354 150 135 0 70 75 7 5 117 101
Binary 11101100 1101000 1011101 0 111000 111101 111 101 1001111 1000001

Color Harmonies of #EC685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC685D

Black with #EC685D

Text Example


Text Example

White with #EC685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC685D; }

 p { color: rgb(236,104,93); }

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

background-color css

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

 a { background-color: rgb(236,104,93); }

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

border-color css

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

 span { border-color: rgb(236,104,93); }

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