Html Css Color HEX #EC775E Terra Cotta

📋 copy color: '#EC775E'

red 236 ◦ green 119 ◦ blue 94

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

Shades of Terra Cotta #EC775E

Tints of Terra Cotta #EC775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 52.56%
G = 26.5%
B = 20.94%

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

#EC775E (or 0xEC775E) is known color: Terra Cotta. HEX triplet: EC, 77 and 5E. RGB value is (236,119,94). Sum of RGB (Red+Green+Blue) = 236+119+94=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775E is #1388A1. Grayscale: #979797. Windows color (decimal): -1280162 or 6191084. OLE color: 6191084.

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

Color convert

RGB 236 119 94 -
CMYK 0 0.50 0.60 0.07
HSL 10.56º 0.79% 0.65% -
HSV(B) 10.56º 0.6% 0.93% -
XYZ 43.21 31.83 14.46 -
YUV 151.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 236 119 94 0 0.50 0.60 0.07 10.56 0.79 0.65
Hex EC 77 5E 0 32 3C 7 B 4F 41
Octal 354 167 136 0 62 74 7 13 117 101
Binary 11101100 1110111 1011110 0 110010 111100 111 1011 1001111 1000001

Color Harmonies of #EC775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC775E

Black with #EC775E

Text Example


Text Example

White with #EC775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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