Html Css Color HEX #EC755C Terra Cotta

📋 copy color: '#EC755C'

red 236 ◦ green 117 ◦ blue 92

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

Shades of Terra Cotta #EC755C

Tints of Terra Cotta #EC755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

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

R = 53.03%
G = 26.29%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC755C (or 0xEC755C) is known color: Terra Cotta. HEX triplet: EC, 75 and 5C. RGB value is (236,117,92). Sum of RGB (Red+Green+Blue) = 236+117+92=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC755C is #138AA3. Grayscale: #959595. Windows color (decimal): -1280676 or 6059500. OLE color: 6059500.

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

Color convert

RGB 236 117 92 -
CMYK 0 0.50 0.61 0.07
HSL 10.42º 0.79% 0.64% -
HSV(B) 10.42º 0.61% 0.93% -
XYZ 42.89 31.33 13.91 -
YUV 149.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 236 117 92 0 0.50 0.61 0.07 10.42 0.79 0.64
Hex EC 75 5C 0 32 3D 7 A 4F 40
Octal 354 165 134 0 62 75 7 12 117 100
Binary 11101100 1110101 1011100 0 110010 111101 111 1010 1001111 1000000

Color Harmonies of #EC755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC755C

Black with #EC755C

Text Example


Text Example

White with #EC755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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