Html Css Color HEX #EC7564 Terra Cotta

📋 copy color: '#EC7564'

red 236 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #EC7564

Tints of Terra Cotta #EC7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

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

R = 52.1%
G = 25.83%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7564 (or 0xEC7564) is known color: Terra Cotta. HEX triplet: EC, 75 and 64. RGB value is (236,117,100). Sum of RGB (Red+Green+Blue) = 236+117+100=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7564 is #138A9B. Grayscale: #969696. Windows color (decimal): -1280668 or 6583788. OLE color: 6583788.

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

Color convert

RGB 236 117 100 -
CMYK 0 0.50 0.58 0.07
HSL 7.5º 0.78% 0.66% -
HSV(B) 7.5º 0.58% 0.93% -
XYZ 43.25 31.48 15.85 -
YUV 150.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 236 117 100 0 0.50 0.58 0.07 7.5 0.78 0.66
Hex EC 75 64 0 32 3A 7 8 4E 42
Octal 354 165 144 0 62 72 7 10 116 102
Binary 11101100 1110101 1100100 0 110010 111010 111 1000 1001110 1000010

Color Harmonies of #EC7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7564

Black with #EC7564

Text Example


Text Example

White with #EC7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7564; }

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

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

background-color css

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

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

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

border-color css

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

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

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