Html Css Color HEX #EC725A Terra Cotta

📋 copy color: '#EC725A'

red 236 ◦ green 114 ◦ blue 90

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

Shades of Terra Cotta #EC725A

Tints of Terra Cotta #EC725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 53.64%
G = 25.91%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC725A (or 0xEC725A) is known color: Terra Cotta. HEX triplet: EC, 72 and 5A. RGB value is (236,114,90). Sum of RGB (Red+Green+Blue) = 236+114+90=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC725A is #138DA5. Grayscale: #939393. Windows color (decimal): -1281446 or 5927660. OLE color: 5927660.

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

Color convert

RGB 236 114 90 -
CMYK 0 0.52 0.62 0.07
HSL 9.86º 0.79% 0.64% -
HSV(B) 9.86º 0.62% 0.93% -
XYZ 42.45 30.61 13.34 -
YUV 147.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 236 114 90 0 0.52 0.62 0.07 9.86 0.79 0.64
Hex EC 72 5A 0 34 3E 7 A 4F 40
Octal 354 162 132 0 64 76 7 12 117 100
Binary 11101100 1110010 1011010 0 110100 111110 111 1010 1001111 1000000

Color Harmonies of #EC725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC725A

Black with #EC725A

Text Example


Text Example

White with #EC725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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