Html Css Color HEX #EC7962 Terra Cotta

📋 copy color: '#EC7962'

red 236 ◦ green 121 ◦ blue 98

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

Shades of Terra Cotta #EC7962

Tints of Terra Cotta #EC7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.59%

 BLUE value IS 98 (38.67% from 255) = 21.54%

R = 51.87%
G = 26.59%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7962 (or 0xEC7962) is known color: Terra Cotta. HEX triplet: EC, 79 and 62. RGB value is (236,121,98). Sum of RGB (Red+Green+Blue) = 236+121+98=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7962 is #13869D. Grayscale: #989898. Windows color (decimal): -1279646 or 6453740. OLE color: 6453740.

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

Color convert

RGB 236 121 98 -
CMYK 0 0.49 0.58 0.07
HSL 10º 0.78% 0.65% -
HSV(B) 10º 0.58% 0.93% -
XYZ 43.63 32.39 15.51 -
YUV 152.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 236 121 98 0 0.49 0.58 0.07 10 0.78 0.65
Hex EC 79 62 0 31 3A 7 A 4E 41
Octal 354 171 142 0 61 72 7 12 116 101
Binary 11101100 1111001 1100010 0 110001 111010 111 1010 1001110 1000001

Color Harmonies of #EC7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7962

Black with #EC7962

Text Example


Text Example

White with #EC7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7962; }

 p { color: rgb(236,121,98); }

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

background-color css

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

 a { background-color: rgb(236,121,98); }

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

border-color css

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

 span { border-color: rgb(236,121,98); }

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