Html Css Color HEX #EC705A Terra Cotta

📋 copy color: '#EC705A'

red 236 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #EC705A

Tints of Terra Cotta #EC705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 53.88%
G = 25.57%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC705A (or 0xEC705A) is known color: Terra Cotta. HEX triplet: EC, 70 and 5A. RGB value is (236,112,90). Sum of RGB (Red+Green+Blue) = 236+112+90=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC705A is #138FA5. Grayscale: #929292. Windows color (decimal): -1281958 or 5927148. OLE color: 5927148.

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

Color convert

RGB 236 112 90 -
CMYK 0 0.53 0.62 0.07
HSL 9.04º 0.79% 0.64% -
HSV(B) 9.04º 0.62% 0.93% -
XYZ 42.23 30.16 13.27 -
YUV 146.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 236 112 90 0 0.53 0.62 0.07 9.04 0.79 0.64
Hex EC 70 5A 0 35 3E 7 9 4F 40
Octal 354 160 132 0 65 76 7 11 117 100
Binary 11101100 1110000 1011010 0 110101 111110 111 1001 1001111 1000000

Color Harmonies of #EC705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC705A

Black with #EC705A

Text Example


Text Example

White with #EC705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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