Html Css Color HEX #EC6764 Terra Cotta

📋 copy color: '#EC6764'

red 236 ◦ green 103 ◦ blue 100

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

Shades of Terra Cotta #EC6764

Tints of Terra Cotta #EC6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.46%

 BLUE value IS 100 (39.45% from 255) = 22.78%

R = 53.76%
G = 23.46%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC6764 (or 0xEC6764) is known color: Terra Cotta. HEX triplet: EC, 67 and 64. RGB value is (236,103,100). Sum of RGB (Red+Green+Blue) = 236+103+100=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6764 is #13989B. Grayscale: #8E8E8E. Windows color (decimal): -1284252 or 6580204. OLE color: 6580204.

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

Color convert

RGB 236 103 100 -
CMYK 0 0.56 0.58 0.07
HSL 1.32º 0.78% 0.66% -
HSV(B) 1.32º 0.58% 0.93% -
XYZ 41.74 28.45 15.35 -
YUV 142.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 236 103 100 0 0.56 0.58 0.07 1.32 0.78 0.66
Hex EC 67 64 0 38 3A 7 1 4E 42
Octal 354 147 144 0 70 72 7 1 116 102
Binary 11101100 1100111 1100100 0 111000 111010 111 1 1001110 1000010

Color Harmonies of #EC6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6764

Black with #EC6764

Text Example


Text Example

White with #EC6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6764; }

 p { color: rgb(236,103,100); }

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

background-color css

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

 a { background-color: rgb(236,103,100); }

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

border-color css

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

 span { border-color: rgb(236,103,100); }

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