Html Css Color HEX #EC735D Terra Cotta

📋 copy color: '#EC735D'

red 236 ◦ green 115 ◦ blue 93

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

Shades of Terra Cotta #EC735D

Tints of Terra Cotta #EC735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 53.15%
G = 25.9%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC735D (or 0xEC735D) is known color: Terra Cotta. HEX triplet: EC, 73 and 5D. RGB value is (236,115,93). Sum of RGB (Red+Green+Blue) = 236+115+93=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC735D is #138CA2. Grayscale: #949494. Windows color (decimal): -1281187 or 6124524. OLE color: 6124524.

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

Color convert

RGB 236 115 93 -
CMYK 0 0.51 0.61 0.07
HSL 9.23º 0.79% 0.65% -
HSV(B) 9.23º 0.61% 0.93% -
XYZ 42.7 30.88 14.07 -
YUV 148.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 236 115 93 0 0.51 0.61 0.07 9.23 0.79 0.65
Hex EC 73 5D 0 33 3D 7 9 4F 41
Octal 354 163 135 0 63 75 7 11 117 101
Binary 11101100 1110011 1011101 0 110011 111101 111 1001 1001111 1000001

Color Harmonies of #EC735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC735D

Black with #EC735D

Text Example


Text Example

White with #EC735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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