Html Css Color HEX #EC725B Terra Cotta

📋 copy color: '#EC725B'

red 236 ◦ green 114 ◦ blue 91

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

Shades of Terra Cotta #EC725B

Tints of Terra Cotta #EC725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 53.51%
G = 25.85%
B = 20.63%

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

#EC725B (or 0xEC725B) is known color: Terra Cotta. HEX triplet: EC, 72 and 5B. RGB value is (236,114,91). Sum of RGB (Red+Green+Blue) = 236+114+91=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC725B is #138DA4. Grayscale: #949494. Windows color (decimal): -1281445 or 5993196. OLE color: 5993196.

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

Color convert

RGB 236 114 91 -
CMYK 0 0.52 0.61 0.07
HSL 9.52º 0.79% 0.64% -
HSV(B) 9.52º 0.61% 0.93% -
XYZ 42.5 30.62 13.57 -
YUV 147.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 236 114 91 0 0.52 0.61 0.07 9.52 0.79 0.64
Hex EC 72 5B 0 34 3D 7 A 4F 40
Octal 354 162 133 0 64 75 7 12 117 100
Binary 11101100 1110010 1011011 0 110100 111101 111 1010 1001111 1000000

Color Harmonies of #EC725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC725B

Black with #EC725B

Text Example


Text Example

White with #EC725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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