Html Css Color HEX #EC665D Terra Cotta

📋 copy color: '#EC665D'

red 236 ◦ green 102 ◦ blue 93

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

Shades of Terra Cotta #EC665D

Tints of Terra Cotta #EC665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 54.76%
G = 23.67%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC665D (or 0xEC665D) is known color: Terra Cotta. HEX triplet: EC, 66 and 5D. RGB value is (236,102,93). Sum of RGB (Red+Green+Blue) = 236+102+93=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC665D is #1399A2. Grayscale: #8D8D8D. Windows color (decimal): -1284515 or 6121196. OLE color: 6121196.

HSL color Cylindrical-coordinate representation of color #EC665D: hue angle of 3.78º 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 #EC665D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 93 -
CMYK 0 0.57 0.61 0.07
HSL 3.78º 0.79% 0.65% -
HSV(B) 3.78º 0.61% 0.93% -
XYZ 41.32 28.13 13.61 -
YUV 141.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 236 102 93 0 0.57 0.61 0.07 3.78 0.79 0.65
Hex EC 66 5D 0 39 3D 7 4 4F 41
Octal 354 146 135 0 71 75 7 4 117 101
Binary 11101100 1100110 1011101 0 111001 111101 111 100 1001111 1000001

Color Harmonies of #EC665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC665D

Black with #EC665D

Text Example


Text Example

White with #EC665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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