Html Css Color HEX #EC7964 Terra Cotta

📋 copy color: '#EC7964'

red 236 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #EC7964

Tints of Terra Cotta #EC7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

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

R = 51.64%
G = 26.48%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7964 (or 0xEC7964) is known color: Terra Cotta. HEX triplet: EC, 79 and 64. RGB value is (236,121,100). Sum of RGB (Red+Green+Blue) = 236+121+100=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7964 is #13869B. Grayscale: #999999. Windows color (decimal): -1279644 or 6584812. OLE color: 6584812.

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

Color convert

RGB 236 121 100 -
CMYK 0 0.49 0.58 0.07
HSL 9.26º 0.78% 0.66% -
HSV(B) 9.26º 0.58% 0.93% -
XYZ 43.73 32.43 16.01 -
YUV 152.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 236 121 100 0 0.49 0.58 0.07 9.26 0.78 0.66
Hex EC 79 64 0 31 3A 7 9 4E 42
Octal 354 171 144 0 61 72 7 11 116 102
Binary 11101100 1111001 1100100 0 110001 111010 111 1001 1001110 1000010

Color Harmonies of #EC7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7964

Black with #EC7964

Text Example


Text Example

White with #EC7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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