Html Css Color HEX #EC6958 Terra Cotta

📋 copy color: '#EC6958'

red 236 ◦ green 105 ◦ blue 88

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

Shades of Terra Cotta #EC6958

Tints of Terra Cotta #EC6958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 55.01%
G = 24.48%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC6958 (or 0xEC6958) is known color: Terra Cotta. HEX triplet: EC, 69 and 58. RGB value is (236,105,88). Sum of RGB (Red+Green+Blue) = 236+105+88=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6958 is #1396A7. Grayscale: #8E8E8E. Windows color (decimal): -1283752 or 5794284. OLE color: 5794284.

HSL color Cylindrical-coordinate representation of color #EC6958: hue angle of 6.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6958 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 88 -
CMYK 0 0.56 0.63 0.07
HSL 6.89º 0.8% 0.64% -
HSV(B) 6.89º 0.63% 0.93% -
XYZ 41.41 28.64 12.58 -
YUV 142.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 236 105 88 0 0.56 0.63 0.07 6.89 0.8 0.64
Hex EC 69 58 0 38 3F 7 7 50 40
Octal 354 151 130 0 70 77 7 7 120 100
Binary 11101100 1101001 1011000 0 111000 111111 111 111 1010000 1000000

Color Harmonies of #EC6958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6958

Black with #EC6958

Text Example


Text Example

White with #EC6958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6958; }

 p { color: rgb(236,105,88); }

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

background-color css

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

 a { background-color: rgb(236,105,88); }

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

border-color css

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

 span { border-color: rgb(236,105,88); }

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