Html Css Color HEX #EC695E Terra Cotta

📋 copy color: '#EC695E'

red 236 ◦ green 105 ◦ blue 94

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

Shades of Terra Cotta #EC695E

Tints of Terra Cotta #EC695E

RGB

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

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

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

R = 54.25%
G = 24.14%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC695E (or 0xEC695E) is known color: Terra Cotta. HEX triplet: EC, 69 and 5E. RGB value is (236,105,94). Sum of RGB (Red+Green+Blue) = 236+105+94=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC695E is #1396A1. Grayscale: #8F8F8F. Windows color (decimal): -1283746 or 6187500. OLE color: 6187500.

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

Color convert

RGB 236 105 94 -
CMYK 0 0.56 0.60 0.07
HSL 4.65º 0.79% 0.65% -
HSV(B) 4.65º 0.6% 0.93% -
XYZ 41.66 28.74 13.94 -
YUV 142.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 236 105 94 0 0.56 0.60 0.07 4.65 0.79 0.65
Hex EC 69 5E 0 38 3C 7 5 4F 41
Octal 354 151 136 0 70 74 7 5 117 101
Binary 11101100 1101001 1011110 0 111000 111100 111 101 1001111 1000001

Color Harmonies of #EC695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC695E

Black with #EC695E

Text Example


Text Example

White with #EC695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC695E; }

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

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

background-color css

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

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

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

border-color css

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

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

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