Html Css Color HEX #EC8064 Terra Cotta

📋 copy color: '#EC8064'

red 236 ◦ green 128 ◦ blue 100

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

Shades of Terra Cotta #EC8064

Tints of Terra Cotta #EC8064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

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

R = 50.86%
G = 27.59%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8064 (or 0xEC8064) is known color: Terra Cotta. HEX triplet: EC, 80 and 64. RGB value is (236,128,100). Sum of RGB (Red+Green+Blue) = 236+128+100=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8064 is #137F9B. Grayscale: #9D9D9D. Windows color (decimal): -1277852 or 6586604. OLE color: 6586604.

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

Color convert

RGB 236 128 100 -
CMYK 0 0.46 0.58 0.07
HSL 12.35º 0.78% 0.66% -
HSV(B) 12.35º 0.58% 0.93% -
XYZ 44.61 34.19 16.3 -
YUV 157.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 236 128 100 0 0.46 0.58 0.07 12.35 0.78 0.66
Hex EC 80 64 0 2E 3A 7 C 4E 42
Octal 354 200 144 0 56 72 7 14 116 102
Binary 11101100 10000000 1100100 0 101110 111010 111 1100 1001110 1000010

Color Harmonies of #EC8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8064

Black with #EC8064

Text Example


Text Example

White with #EC8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8064; }

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

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

background-color css

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

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

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

border-color css

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

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

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