Html Css Color HEX #EC725D Terra Cotta

📋 copy color: '#EC725D'

red 236 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #EC725D

Tints of Terra Cotta #EC725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 53.27%
G = 25.73%
B = 20.99%

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

#EC725D (or 0xEC725D) is known color: Terra Cotta. HEX triplet: EC, 72 and 5D. RGB value is (236,114,93). Sum of RGB (Red+Green+Blue) = 236+114+93=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC725D is #138DA2. Grayscale: #949494. Windows color (decimal): -1281443 or 6124268. OLE color: 6124268.

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

Color convert

RGB 236 114 93 -
CMYK 0 0.52 0.61 0.07
HSL 8.81º 0.79% 0.65% -
HSV(B) 8.81º 0.61% 0.93% -
XYZ 42.59 30.66 14.03 -
YUV 148.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 236 114 93 0 0.52 0.61 0.07 8.81 0.79 0.65
Hex EC 72 5D 0 34 3D 7 9 4F 41
Octal 354 162 135 0 64 75 7 11 117 101
Binary 11101100 1110010 1011101 0 110100 111101 111 1001 1001111 1000001

Color Harmonies of #EC725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC725D

Black with #EC725D

Text Example


Text Example

White with #EC725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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