Html Css Color HEX #EC7264 Terra Cotta

📋 copy color: '#EC7264'

red 236 ◦ green 114 ◦ blue 100

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

Shades of Terra Cotta #EC7264

Tints of Terra Cotta #EC7264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

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

R = 52.44%
G = 25.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7264 (or 0xEC7264) is known color: Terra Cotta. HEX triplet: EC, 72 and 64. RGB value is (236,114,100). Sum of RGB (Red+Green+Blue) = 236+114+100=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7264 is #138D9B. Grayscale: #959595. Windows color (decimal): -1281436 or 6583020. OLE color: 6583020.

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

Color convert

RGB 236 114 100 -
CMYK 0 0.52 0.58 0.07
HSL 6.18º 0.78% 0.66% -
HSV(B) 6.18º 0.58% 0.93% -
XYZ 42.91 30.79 15.74 -
YUV 148.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 236 114 100 0 0.52 0.58 0.07 6.18 0.78 0.66
Hex EC 72 64 0 34 3A 7 6 4E 42
Octal 354 162 144 0 64 72 7 6 116 102
Binary 11101100 1110010 1100100 0 110100 111010 111 110 1001110 1000010

Color Harmonies of #EC7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7264

Black with #EC7264

Text Example


Text Example

White with #EC7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7264; }

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

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

background-color css

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

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

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

border-color css

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

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

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