Html Css Color HEX #EC735C Terra Cotta

📋 copy color: '#EC735C'

red 236 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #EC735C

Tints of Terra Cotta #EC735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 53.27%
G = 25.96%
B = 20.77%

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

#EC735C (or 0xEC735C) is known color: Terra Cotta. HEX triplet: EC, 73 and 5C. RGB value is (236,115,92). Sum of RGB (Red+Green+Blue) = 236+115+92=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC735C is #138CA3. Grayscale: #949494. Windows color (decimal): -1281188 or 6058988. OLE color: 6058988.

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

Color convert

RGB 236 115 92 -
CMYK 0 0.51 0.61 0.07
HSL 9.58º 0.79% 0.64% -
HSV(B) 9.58º 0.61% 0.93% -
XYZ 42.65 30.87 13.84 -
YUV 148.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 236 115 92 0 0.51 0.61 0.07 9.58 0.79 0.64
Hex EC 73 5C 0 33 3D 7 A 4F 40
Octal 354 163 134 0 63 75 7 12 117 100
Binary 11101100 1110011 1011100 0 110011 111101 111 1010 1001111 1000000

Color Harmonies of #EC735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC735C

Black with #EC735C

Text Example


Text Example

White with #EC735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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