Html Css Color HEX #EC725F Terra Cotta

📋 copy color: '#EC725F'

red 236 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #EC725F

Tints of Terra Cotta #EC725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 53.03%
G = 25.62%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC725F (or 0xEC725F) is known color: Terra Cotta. HEX triplet: EC, 72 and 5F. RGB value is (236,114,95). Sum of RGB (Red+Green+Blue) = 236+114+95=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC725F is #138DA0. Grayscale: #949494. Windows color (decimal): -1281441 or 6255340. OLE color: 6255340.

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

Color convert

RGB 236 114 95 -
CMYK 0 0.52 0.60 0.07
HSL 8.09º 0.79% 0.65% -
HSV(B) 8.09º 0.6% 0.93% -
XYZ 42.67 30.69 14.5 -
YUV 148.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 236 114 95 0 0.52 0.60 0.07 8.09 0.79 0.65
Hex EC 72 5F 0 34 3C 7 8 4F 41
Octal 354 162 137 0 64 74 7 10 117 101
Binary 11101100 1110010 1011111 0 110100 111100 111 1000 1001111 1000001

Color Harmonies of #EC725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC725F

Black with #EC725F

Text Example


Text Example

White with #EC725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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