Html Css Color HEX #EC755E Terra Cotta

📋 copy color: '#EC755E'

red 236 ◦ green 117 ◦ blue 94

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

Shades of Terra Cotta #EC755E

Tints of Terra Cotta #EC755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 52.8%
G = 26.17%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC755E (or 0xEC755E) is known color: Terra Cotta. HEX triplet: EC, 75 and 5E. RGB value is (236,117,94). Sum of RGB (Red+Green+Blue) = 236+117+94=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC755E is #138AA1. Grayscale: #969696. Windows color (decimal): -1280674 or 6190572. OLE color: 6190572.

HSL color Cylindrical-coordinate representation of color #EC755E: hue angle of 9.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC755E is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 94 -
CMYK 0 0.50 0.60 0.07
HSL 9.72º 0.79% 0.65% -
HSV(B) 9.72º 0.6% 0.93% -
XYZ 42.97 31.36 14.38 -
YUV 149.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 236 117 94 0 0.50 0.60 0.07 9.72 0.79 0.65
Hex EC 75 5E 0 32 3C 7 A 4F 41
Octal 354 165 136 0 62 74 7 12 117 101
Binary 11101100 1110101 1011110 0 110010 111100 111 1010 1001111 1000001

Color Harmonies of #EC755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC755E

Black with #EC755E

Text Example


Text Example

White with #EC755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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