Html Css Color HEX #EC7B65 Terra Cotta

📋 copy color: '#EC7B65'

red 236 ◦ green 123 ◦ blue 101

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

Shades of Terra Cotta #EC7B65

Tints of Terra Cotta #EC7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.74%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 51.3%
G = 26.74%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7B65 (or 0xEC7B65) is known color: Terra Cotta. HEX triplet: EC, 7B and 65. RGB value is (236,123,101). Sum of RGB (Red+Green+Blue) = 236+123+101=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B65 is #13849A. Grayscale: #9A9A9A. Windows color (decimal): -1279131 or 6650860. OLE color: 6650860.

HSL color Cylindrical-coordinate representation of color #EC7B65: hue angle of 9.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC7B65 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 101 -
CMYK 0 0.48 0.57 0.07
HSL 9.78º 0.78% 0.66% -
HSV(B) 9.78º 0.57% 0.93% -
XYZ 44.02 32.94 16.35 -
YUV 154.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 236 123 101 0 0.48 0.57 0.07 9.78 0.78 0.66
Hex EC 7B 65 0 30 39 7 A 4E 42
Octal 354 173 145 0 60 71 7 12 116 102
Binary 11101100 1111011 1100101 0 110000 111001 111 1010 1001110 1000010

Color Harmonies of #EC7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B65

Black with #EC7B65

Text Example


Text Example

White with #EC7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B65; }

 p { color: rgb(236,123,101); }

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

background-color css

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

 a { background-color: rgb(236,123,101); }

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

border-color css

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

 span { border-color: rgb(236,123,101); }

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