Html Css Color HEX #EC725C Terra Cotta

📋 copy color: '#EC725C'

red 236 ◦ green 114 ◦ blue 92

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

Shades of Terra Cotta #EC725C

Tints of Terra Cotta #EC725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 53.39%
G = 25.79%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC725C (or 0xEC725C) is known color: Terra Cotta. HEX triplet: EC, 72 and 5C. RGB value is (236,114,92). Sum of RGB (Red+Green+Blue) = 236+114+92=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC725C is #138DA3. Grayscale: #949494. Windows color (decimal): -1281444 or 6058732. OLE color: 6058732.

HSL color Cylindrical-coordinate representation of color #EC725C: hue angle of 9.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC725C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 92 -
CMYK 0 0.52 0.61 0.07
HSL 9.17º 0.79% 0.64% -
HSV(B) 9.17º 0.61% 0.93% -
XYZ 42.54 30.64 13.8 -
YUV 147.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 236 114 92 0 0.52 0.61 0.07 9.17 0.79 0.64
Hex EC 72 5C 0 34 3D 7 9 4F 40
Octal 354 162 134 0 64 75 7 11 117 100
Binary 11101100 1110010 1011100 0 110100 111101 111 1001 1001111 1000000

Color Harmonies of #EC725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC725C

Black with #EC725C

Text Example


Text Example

White with #EC725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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